-
AuthorPosts
-
March 22, 2016 at 5:17 pm #601999
Hi,
Still the last update the header main menu is overlapping a little the submenu :(
By i.e. with Chrome is just ugly!
How can I do to adjust it?For the rest, everything fine with your amazing theme :)
Tks for help
best regards
Philippe- This topic was modified 8 years, 7 months ago by equatis.
March 22, 2016 at 5:23 pm #602004Hi Philippe!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main { padding-top: 167px !important; }
Best regards,
YigitMarch 31, 2016 at 11:33 am #605798Tks Yigit :)
If I want to change the color of the border may I write:
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
padding-top: 167px !important;
border-color: #f2f2f2;
}March 31, 2016 at 3:04 pm #605932Hi,
The code looks ok, did you try it out? You might need to add !important; at the end of the border argument.
Regards,
RikardApril 1, 2016 at 12:04 pm #606615Hi Rikard
Nop … here my full Quick css code. The border-color has no effect :(
Well, I don’t know where I’m bad …. Any help? What I wish it is that the lower color of the border be the same that the top one.#top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
font-weight: bold;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none;
}.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
padding-top: 158px !important;
border-color: #f2f2f2 !important;
}- This reply was modified 8 years, 7 months ago by equatis.
April 1, 2016 at 12:46 pm #606632Hey!
Border color seems correct on my end. It is green on title bar only and you can change it using following code
.title_container { border-color: #e2e2e2!important; }
Best regards,
YigitApril 1, 2016 at 5:04 pm #606779Thks a lot Yigit :)
Actually it’s perfect !
Best regards
PhilippeApril 2, 2016 at 10:11 pm #607055Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
AuthorPosts
- The topic ‘Main menu overlapping sub menu’ is closed to new replies.