Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1370492

    I followed the directions on https://kriesi.at/documentation/enfold/menu/ to center the logo and have the menu split on the right and left. The results look good but have a few questions. Is it possible to remove the spacing line that is on the left side About? I would like to keep the other spacing lines.

    #1370494

    Hey carlosTLM98,
    Thank you for the link to your site, try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .av_seperator_small_border .av-main-nav > li#menu-item-257 > a > .avia-menu-text {
        border-left-style: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1370606

    Hi, I tried the code and cleared the cache but there is still a line space on the left side of about.

    #1370642

    Hi,

    Please try this CSS instead:

    #menu-item-343 .avia-menu-text {
        border-left-width: 0;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.