Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #235720
    ms
    Participant

    Hallo,

    is there a possibility to make the font of the menu fields left-justified ?
    At the moment these are in the middle but I would like them more to the left.

    http://online-kuechen.info/

    Many thanks for the support

    #235786
    Skandha
    Participant

    @ms: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation a {
    	text-align: left;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #235851
    ms
    Participant

    Many thanks it worked very well.
    Can the font still be arranged in the center of the site navigation? (with left-align in the center the left bar)

    1 more question:
    Can the distance of the menu item be changed from above and below menu? (in think the padding)

    Thanks for your help

    #235955
    Skandha
    Participant

    @ms: Hello there,
    Can you please explain how you want the menu items to be aligned?

    To change the distance from above and below the menu items
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation a {
        padding: 10px 30px;
    }

    You can change the padding according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #237230
    ms
    Participant

    Hello

    it works perfectly.
    Thank you for your response.

    #237304
    Skandha
    Participant

    @ms: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-vogue/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Font menu not centered but Align left’ is closed to new replies.