Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1099245

    Hello Enfold.

    I am looking to avoid text wrapping in one menu. I added an image. Basicly the lowest level is wrapping the titles and I would like only that level to have more width.

    Looking forward to your response

    #1099521

    Hey Wolf,

    Thanks for the screenshot, could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1099936

    offcourse

    #1100248

    Hi Wolf,

    Best regards,
    Victoria

    #1101082

    I sent a screenshot in the first post, if you open the menu webshop the 3th and 4th level have the text wrapping

    #1101276

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #menu-item-7622 .sub-menu {
        width: 400px !important;
    }

    Best regards,
    Rikard

    #1101288

    Hello Rikard,

    Thank you for the response. I added a new screenshot where you can see what happens now. ( I changed the live site back )
    The text wrapping does stop, but part of the menu column now falls over the previous part of the menu. Is there a way to prevent this?

    #1101653

    Hi,

    I can’t see that happening on the actual site so I guess you removed the CSS again. Please try to experiment with the left value to see if that works better:

    #menu-item-7622 .sub-menu {
        width: 400px !important;
        left: -300px !important;
    }

    Best regards,
    Rikard

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