Slider Wide, Center Text

Homepage Community Forums Epik Theme Support Slider Wide, Center Text

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14482
    Event
    Customer

      We are using a text widget in slider wide to display text. The text is appearing flush left. We wish it to be centered.

      Please help.
      Thank you.

      #14483
      Event
      Customer
        This reply has been marked as private.
        #14494
        Wes
        Moderator

          I’m not seeing that on your homepage. Your site is showing up, but I don’t see the area you’re referring to. Is it on another page?

          #14538
          Event
          Customer
            This reply has been marked as private.
            #14561
            Wes
            Moderator

              Yeah that text is still not showing up anywhere on your page. I even looked at your source code and it wasn’t there either. Maybe it got deleted from your widgets page or something.

              To make all of the text centered you can add – text-align: center; to your .slider-wide code in your css around line 1186.

              .slider-wide {
                  clear: both;
                  text-align: center;
                  width: 100%;
              }
            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.