-
AuthorPosts
-
March 24, 2015 at 3:42 am #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.
March 24, 2015 at 6:42 pm #417286Hey 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!
YigitMarch 24, 2015 at 7:09 pm #417311Thank 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
March 25, 2015 at 4:19 pm #417855Hi!
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!
YigitMarch 25, 2015 at 5:16 pm #417934Hi,
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.
March 25, 2015 at 5:18 pm #417938Hi!
Please create a temporary admin login and post it here privately. I will look into it
Regards,
YigitMarch 25, 2015 at 6:41 pm #418063This reply has been marked as private.March 25, 2015 at 7:00 pm #418083Hey!
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!
YigitMarch 25, 2015 at 7:30 pm #418102I 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.
March 26, 2015 at 11:14 pm #418891I 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!
March 27, 2015 at 9:27 am #419143 -
AuthorPosts
- You must be logged in to reply to this topic.