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

    Hey guys

    The “III” in Unternehmenssteuerreform III falls down to the next line; it doesn’t look nice:

    View post on imgur.com

    I suppose I have to edit the menu item sizes, how can I do taht? All the CSS Codes for both the navigation bar and the side menu should be in the custom css but I find it quite confusing and don’t know where to edit.
    Could you please have a look.

    Thanks a lot.

    Regards,
    Aline

    #746983

    Hey Aline,

    use this code inside Quick CSS field:

    ul.sub-menu {
    width: 120%;
    }
    #cssmenu ul ul li a {
    width: 220px;
    }

    and adjust as needed.

    Best regards,
    Andy

    • This reply was modified 7 years, 1 month ago by Andy.
    #748366

    Thanks Andy,

    I think this changed the other menu item sizes:

    View post on imgur.com

    How can we edit those?

    Thanks and regards
    Aline

    #749319

    Hi,

    I can’t see any issues on the screenshot you’ve provided. I had a typo on my last code, so I edited it now, maybe this will help you.
    Otherwise please make things clear for us and show us exactly which result you want to achieve.

    Best regards,
    Andy

    #755012

    Hey,

    The hyphenation is not correct. The fields need to be bigger as shown in screenshot below:

    View post on imgur.com

    E.g. the first word “Immobilienbewirtschaftung” needs to fit on one line everywhere without getting separated.

    We have various sub and sub-submenus so I’d like to know the css code for them.

    Thanks you and kind regards
    Aline

    #755257

    Hi,

    I already provided to you the css code you need to make your submenu’s width bigger:

    ul.sub-menu {
    width: 122%;
    }

    Adjust it as needed, then it should look like on my screenshot: http://i.imgur.com/jqxSWGN.png

    Best regards,
    Andy

    #756268

    Hey,

    The problem is, we have several submenus and basically the size should not be the same everywhere because the titles are not always the same length of course, that is why I asked again. I have used the your code but as you can see “Bautreuhand / -management” is still not on one line, even when I tried adjusting it and making it bigger. And in the screenshot below the fields are much bigger.

    The other problem is that the hovering looks weird on the left side. Actually we are going for the look on the right, where only the text itself is hovered, not the whole field.

    View post on imgur.com

    Could you please have a look at our simple custom css, our programer has inserted all codes for the menu there but I have too little knowledge to know which ones I have to edit.

    Thanks a lot for your help.

    Kind regards,
    Aline

    #757175

    Hi,

    you could use menu item ID, for example:

    #menu-item-6636 a {
    width: 220px !important;
    }

    Adjust as needed.

    Best regards,
    Andy

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