Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #911572
    #911636

    Hey markvanhaze,

    Well, I see that the padding is removed, but the container is set to 96%, so change it to a 100%.
    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

    
    .html_header_top #top .av_header_stretch .container {
      width: 100%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #911668

    That worked nicely, thanks. Now I need that in mobile view as well.

    #911831

    Hello Victoria – any idea how I can replicate that in mobile view?

    #912041

    Hi,

    Please use this css code for mobile view.

    @media only screen and (max-width: 989px) {
        .responsive #top #wrap_all .av-logo-container {
            width: 100%;
            max-width: 100%;
        }
    
        .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide {
            right: 30px;
         }
    }
    
    

    Best regards,
    Ismael

    #912256

    Excellent, thanks! Ticket closed.

    #912482

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo padding question’ is closed to new replies.