-
AuthorPosts
-
September 24, 2021 at 9:53 pm #1322239
Hi Enfold Team,
In Header Settings I’ve chosen Logo Centered, Menu Below. However, the menu is aligned left and I’d like it centered. The solutions you’ve provided via support forum are not working for us. Please provide a solution. So far in Quick CSS I have the following and have stripped out all other solutions that didn’t work.
Thanks!/* Logo Padding */
.logo img {
padding: 15px 0px 25px 0px;
}/* Menu Spacing between items */
.av-main-nav > li > a {
padding: 0 10px !important;
}/* Menu Hover underline */
#top #header #avia-menu > li:hover > a {
border-bottom: solid 4px #990000 !important;
z-index: 5;
}
/* Main menu sublevel */
#top #wrap_all #header #avia-menu ul li:hover a {
color: #990000;
background: #ffffff;
border-color: transparent;
}September 26, 2021 at 6:41 am #1322327Hey Julie,
Please try this CSS as well:
div.av-main-nav-wrap { width: 100%; } ul#avia-menu { display: table; margin: 0 auto; }
Best regards,
RikardSeptember 26, 2021 at 12:16 pm #1322344Perfect-o Rikard!
Thank you and have a great day!September 27, 2021 at 10:45 am #1322448Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJanuary 7, 2022 at 2:14 am #1334598hello. sorry I don’t know how to start a new topic so hopefully you will find this. I have this header set up and am having problem increasing the logo size to where we want it. We want it to be 500 x 74 px but it is forcing it to a 300px width. There is something preventing it and its compressing the logo and making it blurry. Please advise.
Alsom, can you guide me where I would start my own new thread?
January 7, 2022 at 5:49 am #1334643Hi,
@G4Design: Happy new year! You can start a new thread or request using the form below.// https://kriesi.at/support/forum/enfold/#new-post
Did you actually select the full size version of the logo before inserting it in the theme options? It is currently using the medium thumbnail, which has a maximum width of 300px by default.
Best regards,
IsmaelJanuary 7, 2022 at 7:42 am #1334651Hi Ismael
OK, it wasn’t giving me the option for that and I realized i needed to update the theme. I did that and it fixed that issue. Now though, the footer doesn’t display. I checked theme options and it should be still. any ideas? WordPress and plugins are up to date also.
January 7, 2022 at 8:55 am #1334655Hi G4Design,
The reason the footer is broken is that the header.php and/or footer.php in your child theme needs to be updated, you can check this thread for further details: https://kriesi.at/support/topic/missing-footer-after-updating-to-enfold-4-8-6-3-please-read-this-first/
Hope it helps.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.