Home › Forums › All Other Themes › limit width of slider images?
- This topic has 7 replies, 3 voices, and was last updated 8 years, 10 months ago by
Sonl Sinha.
-
AuthorPosts
-
April 27, 2016 at 11:36 am #31781
Hi,
Is it possible to limit the width of slider images? currently they take up the whole width of the page (regardless of size of browser window). I would also lke to make the slider image hight smaller too – it seems to take up too much room. If I can make it flush with the outer edge of the 4 buttons (or 3 as I am using).
I would also like to remove the slider caption area -is this possible?
Is it also possible to make the images in the buttons to fill the four buttons?
Can I make the logo (although centralised) to sit flush against the top bar (and have the image not take up so much room?
Can I justify the menus so they are evenly spaced in the width of the page margins
Thanks
April 27, 2016 at 2:13 pm #31799Yeah most of these things are possible with 1-2 CSS tweaks. Kindly show us your website URL for us to help.
Regards,
ShriApril 27, 2016 at 2:22 pm #31812That’s excellent -thank you.
Our website is:
http://www.thewholefoodmarket.com.au/
Thanks
April 28, 2016 at 4:56 am #31871Hi Christian,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#slider{ width:1000px; margin:0 auto !important;}
.nivo-caption{display:none !important;}
.page_column_thumb img{width:auto;}For the logo kindly crop the logo. There is too much white space in the logo image.
Regards,
BradApril 28, 2016 at 3:10 pm #31954thanks – that now looks good on a desktop, but on a mobile device the slider image is the full screen width, but the rest of the side takes approx only 1/4 of the scfreen and is set to the left hand side. is there any way to fix this?
April 29, 2016 at 12:27 pm #32058Hi,
Kindly add this code in custom CSS Box:
@media screen and (max-width:980px) {
#slider{ width:80% !important;}
}Regards,
BradApril 29, 2016 at 3:03 pm #32086thanks Brad – although this doesnt seem to have made any difference on a mobile device.
May 2, 2016 at 12:02 pm #32313Hi Chris,
On your website Slider background color is white and its merged with the slide images. Currently slider is in boxed layout. If you change the background color of slider you can see the above code is working fine on mobile devices.
Add this code in custom CSS box.
@media screen and (max-width:980px) {
.slider-main{background:#eee;}
}Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.