Full width slider

Homepage Community Forums Epik Theme Support Full width slider

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4790
    technoz
    Customer

      I have added the slider which has certain space between the content. I want to make it fill the entire area as like on mikeisspeaking.com.
      How do I ???

      #4798
      Eric
      Customer

        You can look for the “.slider-inner” class in your css file and remove or change the width to 100%.

        .slider-inner {
            margin: 0 auto !important;
            overflow: hidden;
            padding: 0 0 40px !important;
            width: 1152px;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.