-
AuthorPosts
-
November 13, 2017 at 11:48 am #876047
Do I have to put the logo in as a menu item?
have done so but how to get the underline to appear under logo and have vertically centered menu the correct size?
November 13, 2017 at 11:05 pm #876356Hey washem,
I just checked your web site and I can see you have done it, is everything as you need?
Best regards,
BasilisNovember 13, 2017 at 11:55 pm #876376no the logo hangs over the content on scroll, this is no good.
Also the menu highlight appears on top of and across the logo
need all this pushed down.
Menu items to be vertical centered
November 14, 2017 at 5:27 pm #876685Hi washem,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? What is that script added to the “logo” menu item?
Best regards,
VictoriaNovember 14, 2017 at 11:01 pm #876843HI, there is no script? the blue bar is enfold menu highlight for the selected page.
November 16, 2017 at 10:48 pm #877810Hi,
Have you followed the info here
You can simply go to Enfold theme options > Header and choose to display logo centered – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/Does that work?
Best regards,
BasilisfNovember 16, 2017 at 10:49 pm #877811Hi,
Oh and please add the following CSS also
.logo { top: 15px; text-decoration: underline !important; }
Best regards,
BasilisNovember 17, 2017 at 1:51 am #877874makes no difference?
November 17, 2017 at 3:56 pm #878131Hi washem,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.header_color .avia-menu-fx { background-color: transparent; }
If you need further assistance please let us know.
Best regards,
VictoriaNovember 18, 2017 at 1:41 am #878339ok thanks but we are way off here :)
I want the initial header size to stay the same size. The logo is to be contained in the header color and not bleed into content.
Menu text to vertically centered inline with logo
November 20, 2017 at 4:36 pm #879206Hi washem,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_bottom_nav_header .main_menu ul:first-child { height: 170px; } .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 170px; line-height: 170px; }
If you need further assistance please let us know.
Best regards,
VictoriaNovember 20, 2017 at 11:39 pm #879425your code supplied is on the sit enow I can not see any difference?
November 20, 2017 at 11:57 pm #879430November 23, 2017 at 5:00 pm #880774Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#header_main_alternate { border: none; } #header #header_main_alternate .container { padding: 0; } .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 170px; line-height: 170px; position: relative; top: -119px; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Then please remove following inline styles from your logo menu item
position: relative; top: -120px;
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.