-
AuthorPosts
-
February 8, 2015 at 1:22 pm #392720
Hi,
I am trying to figure out how to put the logo&menu bar same width as the title/body text area.
I am using stretched layout.
My body/title area is currently 1310px. I would like the logo and menu bar area to be the same width.thanks,
February 9, 2015 at 5:05 pm #393144Hey joanne!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top #top .av_header_stretch .container { max-width: 1310px; }
Regards,
YigitFebruary 10, 2015 at 12:30 am #393424Hello Yigit,
Thanks for the quick reply,
I put in the code but the logo and menu not aligned with the title and body content.
I put 1310 px width for the content – 70/30 ratio – content and sidebar width 100%.Any ideas ?
February 10, 2015 at 9:17 pm #393985Hi!
Try adding this in Dashboard > Enfold > General Styling > Quick CSS.
#header_main .container { width: 1030px !important; }
Best regards,
ElliottFebruary 11, 2015 at 11:00 am #394195I added both the codes you mentioned :
.html_header_top #top .av_header_stretch .container {
max-width: 1310px;
}#header_main .container {
width: 1310px !important;
}The menu bar is still not aligned to title and content.
Any other ideas ?
Cheers
JoanneFebruary 11, 2015 at 6:18 pm #394552Hi!
Content width is currently 1030px. If you would like to make the header width the same, please change the code i posted here – https://kriesi.at/support/topic/logo-area-menu-bar-same-width-as-titlebody-area/#post-393144
to following one.html_header_top #top .av_header_stretch .container { max-width: 1030px; }
Best regards,
YigitFebruary 11, 2015 at 7:11 pm #394604Yes sorry i forgot to change the content to 1310px in the English version.
I put the codes
.html_header_top #top .av_header_stretch .container {
max-width: 1310px;
}#header_main .container {
width: 1310px !important;
}And max container width 1310 px
Still the menu is overlaping the content….
February 11, 2015 at 7:13 pm #394607Hi!
Seems like you have added the code to Google Analytics field instead of Quick CSS field ( inside General Styling tab ). Please move the code to Quick CSS field :)
Regards,
YigitFebruary 12, 2015 at 11:35 am #394897Hello Yigit,
You’ve lost me there….
I checked again the Quick CSS under general styling and both the code lines are there (see the print screen of my worpress dashboard).
I do not know where in Google analytics could I have put a CSS code ?
thanks
joanneFebruary 12, 2015 at 11:57 am #394906Got you….
I did add the 2 codes you gave into google analytics tracking code window, by mistake!
Took these codes out.
Still the menu and logo are over lapping the content.Thanks
JoanneFebruary 12, 2015 at 3:38 pm #395080Hey!
Please remove following codes from Quick CSS
.html_header_top #top .av_header_stretch .container { max-width: 1310px; } #header_main .container { width: 1310px !important; }
and add the one i posted here – https://kriesi.at/support/topic/logo-area-menu-bar-same-width-as-titlebody-area/#post-394552
If that too does not help, please create a temporary admin login and post it here privatelyCheers!
YigitFebruary 12, 2015 at 3:53 pm #395096This reply has been marked as private.February 12, 2015 at 4:02 pm #395109February 12, 2015 at 5:47 pm #395188thanks Yigit ¨!
-
AuthorPosts
- The topic ‘logo area & menu bar same width as title/body area’ is closed to new replies.