Menu width

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4553
    simhem74
    Member

    Hi,
    Thank you for a great theme.

    As you can see in the screenshot the width in the menu “What we do” is 128.889 which breaks the text into two lines.

    How do I change from:

    <a href=”http://formforchange:8888/what-we-do/&#8221; style=”
    “>What we do

    to

    <a href=”http://formforchange:8888/what-we-do/&#8221; style=”
    width: 130px;
    “>What we do

    No URL, working local.

    #4555
    simhem74
    Member

    Maybe I should mention that setting it to 130 fixes the issue, but I can not figure out how to do that.

    #4613
    Nexus
    Moderator

    Hi,

    I tried reproducing what you have in the screenshot, but I am getting all the words perfectly in one single line, no matter how many words I add. but still if you need to set a width to it then put the following code into custom css in theme options and see whether it helps.

    #menu-item-5061 {
    width: 130px;
    }

    If you can send a link to your site, then I can debug better. Thanks!

    #4692
    simhem74
    Member

    It is wired because I also tried to delete the page and create a new one, but it also breaks the line!

    Your suggestion did not work 100% for me. But when I added your suggestion to the CSS and changed float from left to none in #primary-menu > ul.menu > li > a it worked.

    Anyways I will post the URL when it is online for you to see.

    #4711
    Nexus
    Moderator

    Ok cool. I will check it out once you post a url. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.