- This topic has 7 replies, 2 voices, and was last updated 10 years, 3 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Wide responsive slider support
Hi,
Yes please if you look at http://www.marketyze.com on that resolution it does not go across the entire screen only as wide as the natural image 1280px.
This is what we want it to look like when at lets say – wide screen 1897px. Like this site:
Thanks
Mark
The other site didn’t load up properly so I couldn’t see the example you were referring to.
If you want the slider area to be full width, then you can take a look around line 2583 in your css file for this –
.slider-inner {
margin: 0 auto !important;
overflow: hidden;
padding: 0 !important;
width: 1280px;
}
and you can make your adjustments to the width.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Thanks, as the slides are 1280px, how can I get them to work on 1890px width? The site that I was looking at is this:
http://webtrends.com/. This site’s slides are always across the entire screen if you are on any resolution.
Thanks again
You would increase the width of the code above.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Thanks, one question do the slides have to be uploaded at the the maximum width that I want it to support, lets say 1890px?
Yes if you want it to fit…or it would need to be close at least.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Will try and let you know, thanks
You’re Welcome
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com