Slider Height

Posted in: Newspaper
Post count: 11

Hello,
I’m also trying to change the height of the slider.

I followed the instructions in #17844, and it works for desktop but it doesn’t look right on mobile. The slider does not get smaller, so there’s a big white space between the image and title on mobile. Any ideas?

Post count: 6600

Hi,

Please send us your site’s URL so we can check this, also do you want the height of the slider to be modified only on desktop screens?
If so you would have to add the css inside this media screen so that it will apply only when your site it’s viewed from screens with the minimum width of 1200px:

* responsive monitor */
@media (min-width: 1200px) {
    add your custom css for the slider here
}

Add this in the Custom css filed in Theme Panel.
You could also use the advanced css field to add css only for desktop, tablet or phone: http://screencast.com/t/SnoYInU8
Hope this helps!
Thanks

Post count: 11

Yes, the advanced css is very helpful. I think I found a nice solution by using the big slider on the desktop homepage and a taller version of the regular slider on the mobile homepage.

Thanks for the help. I love all the options with this theme.

Post count: 6600

Hi,

Glad you have fixed it.
Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.