Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #263921
    [email protected]
    Participant

    Hi I removed the search with the steps above but I’m having additional issues. my site is makeleaders.org.
    1. I’d like my menu of pages to be where the search icon was, completely to the right.
    2. And when I shrink the page, where the menu collapses, there’s a blank space at the bottom of the menu where the search bar used to be. I’d like that gone.
    3. When I expand the page, after having shrunk it, the pages in the menu are now stacked on top of each other.

    Please help!

    #264000
    Skandha
    Participant

    @danielatesch09gmail-com: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To move the menu completely to the right */
    .navigation-classic .site-header-menu {
        margin-left: auto;
    }
    
    /* To remove the empty space below the menu items in mobile menu */
    .mobile-social-search {
        display: none;
    }

    3. This doesn’t seem to happen at my end.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #264013
    [email protected]
    Participant

    yes these worked thank you!

    #264016
    Skandha
    Participant

    @danielatesch09gmail-com: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/simclick/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘search bar removal issues’ is closed to new replies.