Shop Categories

X

Sub Menu

Home Forums Agama Pro Sub Menu

Topic Resolution: Resolved

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10098
    BMAbiotech
    Participant

    I would like to change the way that the submenu is displayed. I would like to be able to edit/have CSS code for the following:

    A) Make the wording smaller so all the whole word can fit on one line.
    B) if this is not possible, could you give me a CSS code to make the spaces smaller between the words on submenu.

    #10110
    Zex
    Moderator

    Hello,BMAbiotech!

    Insert the following code in Customize->General->Additional CSS:

    .sticky-nav ul.sub-menu li a{    
    font-size: 12px!important;
    word-spacing: 1px;
    }

    Change the Font size and (or) word-spacing values per your needs.

    Regards

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