Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #499829

    Hello,

    I’ve built my homepage top slider with “easy slider” with this size: 1210×423. I wrote a caption text under it.

    >> http://www.logicites.fr

    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

    #499962

    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

    #500021

    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

    #500194

    Hey!

    I checked the page but I don’t see any line covering the text under the slider. Are you trying to move this text so that it is visible above the fold?

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.