Home Forums WoodMart support forum menu problem

menu problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #91876

    dunies
    Participant

    Hello,

    My client has a quite large menu and while on big screens it looks ok, on 13″ screens it looks like on screenshot I’m sending in private area.

    Is there a solution for this? May be with the help of css?

    Furthermore do you plan to add a menu more toggle feature like the website I paste for you to check?

    #91899

    Hello,

    I would recommend decreasing the font size and side paddings on the width ranging from 1240-1030px http://prntscr.com/lnbldo

    If it is acceptable to add this code to the Theme Settings > Custom CSS > Global

    @media (min-width: 1030px) and (max-width: 1240px){
    .main-nav .item-level-0 > a,
    .main-nav .item-level-0 > a:hover{
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
    }
    }

    Best Regards

    #91903

    dunies
    Participant

    I added the code but I don’t see any change

    #91943

    Hello,

    Please provide your site admin access.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)