Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1043812

    Hi Guys,

    How do we change the format of the main menu so the text is displayed on two lines e.g.

    Sell Gold

    to

    Sell Gold

    #1043813

    whoops

    ment

    Sell
    Gold

    #1044157

    Hi,

    You could try to add a line break between the words like this:

    Word <br /> word

    Best regards,
    Rikard

    #1044195
    This reply has been marked as private.
    #1044672

    Hi,

    Thanks for the screenshot, you will likely need to add CSS after adding the line breaks. Something like this might help:

    .main_menu .avia-menu-text {
      line-height:10px;
    }

    We need to see it with the line breaks added to give you accurate CSS though.

    Best regards,
    Rikard

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