Home Forums WoodMart support forum How to centre menu html

How to centre menu html

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #70405

    newK9
    Participant

    I’m currently trying to centre text links on the mobile version of the header of the site but currently they seem to align to the left. I’m currently unable to centre them. Please could you help me? Best regards.

    `<ul class=”inline-list inline-list-with-border main-nav-style”>
    <li style=”text-align: center;”>BRANDS
    <li style=”text-align: center;”>SKIN CARE
    <li style=”text-align: center;”>CLINIC

    #70426

    Bogdan Donovan
    Keymaster

    Hi,

    In this situation, you should try to add text-align: center property to the container of your menu items. It will look like this <ul style="text-align: center;" class="inline-list inline-list-with-border main-nav-style"></ul>

    Regards

    #70436

    newK9
    Participant

    Great it worked, thank you for your help.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to centre menu html’ is closed to new replies.