Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #849532

    Hi guys, I have a big problem on mobiles.
    The grid row I have on top of my home page is half hidden on mobiles (screenshot 1).
    If I build a mobile version, that grid row appears below the screen with a grey section above. (screenshot 2)
    I´m getting mad with this.
    I´ve seen there is a class affecting this: (screenshot 3)

    Could you help me?
    Thanks

    • This topic was modified 7 years, 1 month ago by cipriana.
    #849994

    Hey cipriana,
    The /prueba-inicio-dos/ link led to a 404, so I found /bus-turistico/ and could see your issues.
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #bandasuperiorincluye {padding-top: 20px !important; }
    .responsive #top #wrap_all .flex_column {margin-bottom: 0px!important; }}
    

    but it’s important that the top ID is the same for all pages, or you can add the other top IDs to the first rule with commas.
    Please see screenshots in Private Content area, and please clear your cache

    On your home page I see your first flex cell with the image in the Private Content area is 330px height, so in mobile view it’s taking the whole screen with all other elements behind it. Would you like to hide this on mobile so people can see your site?

    Best regards,
    Mike

    #850388

    Hello Mike, thank you very much.
    That code worked!
    Now I´ve modified the order of grid row in home page, I´ve uploaded the slider mobile version under the desktop slider desktop version and it´s better. Nevertheless if you go download on mobile you see that grey zone I want to hide.
    That is not happeningo on other pages.

    Thanks!

    #850562

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    .home #after_submenu {
        display: none !important;
    }}
    

    Best regards,
    Yigit

    #850592

    Ok, thanks both!

    #850751

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #850861

    You can close it.
    thanks

    #850862

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘sticky section on top’ is closed to new replies.