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

    Hi Hoping you can help me? I have designed the website below and the client had asked for the menu banner to be made deeper which i have done, its fine on the desktop view but on the mobile view it is cutting off the information on the top of the pages? Is there some css code that i can use to fix this?

    #1245004

    Hey janmalone,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .html_header_sticky #top #wrap_all #main {
            padding-top: 123px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1245196

    Works perfectly! Thanks

    #1245267

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issue with Mobile view’ is closed to new replies.