Hello Support,
Any thoughts on how to get the spacing and keyline on kathleenduich.com to emulate the same on kraut-kopf.de?
I’ve attempted a few things that haven’t worked – I’m really struggling with the spacing between the “main-title entry-title” and the “main_color container_wrap fullsize” element.
Also, I’m not getting how to get a keyline above the menu.
There is a PDF comparison on my FTP drop. The only difference between the two is on kathleenduich.com, she wants the logo aligned left instead of centered.
TIA,
Greg
Hey Greg!
Please go to Enfold theme options > Header and choose to display Logo center, menu below options and then add following code to Quick CSS in Enfold theme options under General Styling tab to remove border between menu items
.av-main-nav > li > a { border: none !important; }
Regards,
Yigit
Thanks Yigit,
That got me on the right track.
Can you help me close the white space between the class item “main_color container_wrap fullsize” – the main content element and the element containing the page title element?
Sincerely,
Greg
Hey!
can you show us a screenshot of what you mean please?
Best regards,
Andy
OK – screen shot is here: screen shot.
(d’oh – i just saw the image tag…)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .content {
padding-top: 0;
}
Best regards,
Yigit
Thank you, Yigit.
(I needed it on all the pages, so using “#main .content { padding-top: 0; } seems to be working – I needed your info to get me on the correct path).
Thanks again!
~ Greg