Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #132350
    contactautistan-org
    Participant

    I like Catch Responsive.

    1/ But when I add more than one line of buttons in the primary black menu, then it creates an unnecessary 3rd line, showing only the search icon, that I do not wish.

    Is there a way to fix that in the CSS thing maybe ?

    2/ And also, the sizes of the “buttons” of the menus are way to big for me, it takes a lot of space, for example around all the little flags. I want to reduce the sizes (margins, spaces, heights etc) of the buttons.
    How to do ?

    Thanks a lot.

    #132363
    Skandha
    Participant

    @contactautistan-org: Please post in your site URL.

    Regards,
    Skandha

    #132728
    contactautistan-org
    Participant

    it is http://Autistan.org thanks

    #132729
    contactautistan-org
    Participant

    THis allows to put the search icon on the first line of the menu, and removes it from an unuseful 3rd line.
    But what I would like, is to remove the search icon in this menu.

    I got reply for
    1. You can add the following css in “Appearance => Customize => Additional CSS”


    @media
    screen and (min-width: 991px) {
    .nav-primary.search-enabled .menu {
    width: calc(100% – 42px);
    }
    }

    #132730
    contactautistan-org
    Participant

    Regarding the spaces and padding in the menu, the following fixed my problem, thanks ::


    @media
    screen and (min-width: 991px) {
    .nav-secondary .catchresponsive-nav-menu a {
    line-height: 2.1;
    padding: 0 10px;
    }
    }

    #132813
    Skandha
    Participant

    @contactautistan-org: If you want to remove the search icon
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #search-toggle {
        display:none;
    }

    Let me know if you have anymore issues!

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove the search icon the menu (Catch Responsive), custom size buttons…’ is closed to new replies.