Tagged: easy slider
Hello,
I’ve built my homepage top slider with “easy slider” with this size: 1210×423. I wrote a caption text under it.
That feats perfectly on Mac but on PC there’s a line in the bottom of the screen that hides my under slider caption.
Why the page doesn’t appear the same on Mac and PC ? Enfold is sold to be responsive…
How to fix this bug ?
Thank you
ps: i’m using a child theme
Hey studiohf!
I don’t see any captions for your slider. Take a screenshot and highlight what is going on so we can get a better idea.
The only thing I noticed was that your menu is running into your logo on smaller screens. You can fix that with the following CSS.
@media screen and (max-width: 999) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Best regards,
Elliott
Hi Elliott,
Thanks for your answer. I have added your code in the custom css area, i don’t see any change.
Here you can see the 2 screenshots of my homepage, on MAC and PC:
https://dl.dropboxusercontent.com/u/62796680/screenshots.zip
I wasn’t talking about a caption text on the image slider, but the text written under the slider. It should be clearer with the screeshots.
Ant idea ?
Thanks