Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #416880

    Two months ago Elliott and Yigit helped me with the navigation style via quick css. You can find all the modifications and the link to my site in this thread: https://kriesi.at/support/topic/navigation-style/

    After the update there are problems again. The padding on the right side is too large and one menu item and the search icon are in the wrong place. I think the last code Yigit gave me “.av-main-nav > li > a { padding: 0; }” is not working anymore.

    #417286

    Hey aph80!

    Please add following code to Quick CSS

    .av-main-nav > li > a > .avia-menu-text {
      padding-right: 0;
    }
    #top .av_seperator_big_border#header .av-main-nav > li > a {
      padding-left: 0;
    }
    #header #header_main_alternate .container {
    max-width: 100%; 
    padding: 0; 
    }

    Cheers!
    Yigit

    #417311

    Thank you Yigit. It is better now but still looks a bit weird. The spaces between the menu items and the borders are not consistent. Can you help?

    Cheers,

    Arkadi

    #417855

    Hi!

    Can you please remove your custom CSS code and use following one instead

    .av-main-nav > li > a > .avia-menu-text {
      padding-left: 13px;
      border-left: 1px solid #e2e2e2;
    }
    

    Cheers!
    Yigit

    #417934

    Hi,

    what exactly do you want me to remove. Concerning the navigation there is the following in the quick css:

    .menu > li:first-child a {
        border-left: 0 none !important;
    }
    #header_main_alternative { border: 0px !important; }
    .menu > li:last-child a {
      border-right: 0 none !important;
    }
    
    .av-main-nav > li > a { border: none !important; }
    #header_main_alternate { border-top-color: transparent!important; }
    .av-main-nav > li > a > .avia-menu-text { border-left: 1px solid; padding-left: 18px; }
    li#menu-item-1460 > a > .avia-menu-text { border: none; padding-left: 0; }
    
    .av-main-nav > li > a { padding: 0; }
    
    .title_container {
    background-color: #e2e2e2;
    }
    
    .av-main-nav > li > a > .avia-menu-text {
      padding-right: 0;
    }
    #top .av_seperator_big_border#header .av-main-nav > li > a {
      padding-left: 0;
    }
    #header #header_main_alternate .container {
    max-width: 100%; 
    padding: 0; 
    }

    Removing all of that and replacing it with the code you gave me leads to a terrible result.

    #417938

    Hi!

    Please create a temporary admin login and post it here privately. I will look into it

    Regards,
    Yigit

    #418063
    This reply has been marked as private.
    #418083

    Hey!

    Please review your website now. You have so many menu items for such customization, therefore, on smaller screens, some of the menu items would drop to second line

    Cheers!
    Yigit

    #418102

    I understand that on smaller screens one line is not enough. I guess thats fine and also i can see if I change the menu items.

    But the overall style of the menu is still flawed. The spaces on the left and right side of the items are inconsistent i.e. they don´t have the same size. For example item “Bio” has a bigger space on the right side than on the left, item “Weight Gainer” a bigger space on the left and item “Über” a much bigger space on the right. Also the spaces are too big in general and the items are stretched over the full size of line. I think they should rather be centered. I checked it on several screens. Looks the same everywhere.

    #418891

    I could fix it. The “Large seperator” setting made everything look weird. Without seperators it looks much better. So it´s all good now. Thank you for your effort Yigit!

    #419143

    Hey!

    Great, glad we could help :)

    Regards,
    Rikard

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