Viewing 15 replies - 1 through 15 (of 15 total)
  • Kevin

    (@jx-3p)

    Hey,

    Try adding this CSS to Theme Options> Advanced Settings;

    #nav-second ul.sf-menu>li>a:hover {
        background: #7E8087;
    }

    If that’s not what you’re after, please explain a bit more so I can understand better.

    -Kevin

    Thread Starter mustafa dertli

    (@mustafa-dertli)

    Hello, I want to shorten the gaps between the second menu headings

    Kevin

    (@jx-3p)

    Try this CSS:

    .wrap.contentclass {
        padding-top: 0;
    }

    If that is not what you want, please share a screenshot here:
    https://www.postimg.org

    -Kevin

    Thread Starter mustafa dertli

    (@mustafa-dertli)

    Thread Starter mustafa dertli

    (@mustafa-dertli)

    As you see in the picture, the distance between the two titles is long, I want to be short.

    Thread Starter mustafa dertli

    (@mustafa-dertli)

    I want you to be like this menu. https://www.aktifmekanik.com.tr/

    Kevin

    (@jx-3p)

    Firstly, you should use the primary navigation, not secondary if you want to have the menu next to the logo. Then the spacing will largely be determined by the size of your menu text.

    Change the menu from secondary navigation to primary navigation, and then post a link to the exact site you’re working on. I should be able to style it as in the linked website.

    -Kevin

    Thread Starter mustafa dertli

    (@mustafa-dertli)

    hannah

    (@hannahritner)

    Hi @mustafa-dertli,
    Are you still wanting shorter distance between your menu items? Are you wanting a border between them?

    Hannah

    Thread Starter mustafa dertli

    (@mustafa-dertli)

    Yes pleas

    Thread Starter mustafa dertli

    (@mustafa-dertli)

    Hello I want to set a shorter distance between menu items and a border between them.

    Kevin

    (@jx-3p)

    Try placing this CSS in Theme Options> Advanced Settings, and let me know if it works for you:

    #nav-main ul.sf-menu>li {
        border-right: .1em solid #00000052;
        padding-bottom: 25px;
        display: block;
    }
    #nav-main ul.sf-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }

    -Kevin

    Thread Starter mustafa dertli

    (@mustafa-dertli)

    Hello I think it’s good, how about you?

    Kevin

    (@jx-3p)

    As long as you’re happy with the way it looks, you should be set!

    -Kevin

    Thread Starter mustafa dertli

    (@mustafa-dertli)

    Thank you very much,. ‘Eline Sa?l?k’

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Hi The headlines in the second main menu’ is closed to new replies.