Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #828935

    Hi, is it possible to have the logo in the middle in the mobile screen? The way it is now it is all so squeezed in when having a look at the mobile version…thanks! have a look at: http://www.paukersliebling.de

    #829291

    Hey nadinedomnink,

    Would you still want the menu to the right though? If so the logo will have to be somewhat to left and off-center.

    Best regards,
    Jordan Shannon

    #829408

    Hi, I would like to have it like here: http://themes.elmastudio.de/uku-ruapuke/shop/

    Is it possible to have it that way with enfold?

    Thanks!

    #829520

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    @media only screen and (max-width:767px) {
      .responsive #top #header_main > .container .main_menu .av-main-nav > li > a, 
      .responsive #top #wrap_all .av-logo-container {
        height: 120px;
        line-height: 120px;
      }
    
      .responsive #top .logo {
        display: block;
        margin: 0 auto;
        height: 120px !important;
      }
    
      .responsive .logo a, 
      .responsive .logo a img {
        display: block;
        margin: 0 auto;
        float: none;
      }
    
      .responsive .logo a img {
        margin-top: 50px;
      }
    
      .responsive #top #main .av-logo-container .main_menu {
        right: auto;
        left: 0;
      }
    }
    

    Hope this helps :)

    Best regards,
    Nikko

    #829580

    Hi, sorry, but I need a bit more help. In the mobile version the design doesn’t work out fine…so everything I am asking just concernes the mobile version…

    1) Can I erase the search button?
    2)Can I move the menu more to the left?
    3) Can I move the logo more to the bottom and reduce the white space between the first image and the logo?
    4) Can the font be made smaller? It’s perfect in the desktop version but much too big in the mobile version. See http://www.paukersliebling.de/safran/
    5) Can the footer widgets be moved to the center? Not to the left…?

    Thanks so much!

    #829710

    Hi,

    I see, do you want the mobile version menu all the way left to look like this mobile version:

    http://themes.elmastudio.de/uku-ruapuke/shop/

    Best regards,
    Jordan Shannon

    #829740

    Yes, that would be great! Thanks!

    #830064

    Is it possible to give me some css?

    thanks!

    #830204

    Hi,

    Would you be able to provide admin info so we have access to your quick css field. We to would need to work this out.

    Best regards,
    Jordan Shannon

    #831599

    Hi, here my log in data

    #832443

    Hi,

    The credentials are not working.

    Best regards,
    Jordan Shannon

    #832616

    Hi, see private content

    #833948

    Hi,

    I added the following to quick css:

    
    @media only screen and (max-width: 767px)  {
    #menu-item-search{
    display:none!important;
    }
    
    .av-hamburger{
    margin-left:-30px!important;
    }
    
    .av-burger-menu-main.menu-item-avia-special{
    margin-top:-20px!important;
    }
    }

    Please test.

    Best regards,
    Jordan Shannon

    #841635

    Hi, thanks!

    Is it also possible to have the footer widgets moved to the center? Not to the left…? Thanks!

    #841756

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { #footer.container_wrap.footer_color {text-align: center!important; }}

    Best regards,
    Mike

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