Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #362724

    Hello Support,

    Any thoughts on how to get the spacing and keyline on kathleenduich.com to emulate the same on kraut-kopf.de?

    • same vertical spacing
    • line above menu
    • font sizes
    • page title

    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

    #362927

    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

    #363271

    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

    #363976

    Hey!

    can you show us a screenshot of what you mean please?

    Best regards,
    Andy

    #364439

    OK – screen shot is here: screen shot.

    #364440

    screen shot

    (d’oh – i just saw the image tag…)

    #364795

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .content {
    padding-top: 0;
    }

    Best regards,
    Yigit

    #364885

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘spacing and keyline in the logo/menu element’ is closed to new replies.