Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1035763

    Hi, is there a way set logo under the menu

    #1035834

    Hey Alan,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .logo a img{
        top: 20px!important;
        padding-bottom: 31px!important;
    }}

    Best regards,
    Jordan Shannon

    #1035987

    Hi, this makes no difference, it still collides…

    #1036284

    Hi Schmidtgrafisk,

    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: 479px) {
      .responsive #top #wrap_all .container.av-logo-container {
          width: 95%;
          max-width: 95%;
      }
      #menu-item-shop .cart_dropdown_link {
        padding: 0 20px;
      }
      .responsive #top .logo {
        width: 60%;
        padding-top: 10px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1036638

    Hi, sorry but it still do not do the trick…

    #1036721

    Hi Schmidtgrafisk,

    Best regards,
    Victoria

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