- This topic has 1 reply, 2 voices, and was last updated 9 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Full width slider
Tagged: epik
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 ???
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