Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: center logo #60323

    Hi to all, I’ll find the way to center the log adding another string to the previous one. The problem for me to get also this other code in my site, is that the navigation bar move too down from the logo, and leaving to much space for header and less for the rest of the site. BTW, if some one is still looking for this try to add in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #site-branding {
    width: 100%;
    text-align: Center;
    }
    #site-logo {
    width: 100%;
    text-align: Center;
    }

    in reply to: Remove header search box #60202

    Thanks for reply, I’ve now successfully removed both search forms from my child theme, the last things that I would like to do with the layout is “move” the social icon from the upper right corner of website, inside the right corner of primary navigation menu? It’s possible? it’s compatible with the previous made modification to delete the search forms?

    Thanks again!

    in reply to: Disable and Remove Search Function #60188

    Sorry but I can’t manage to delete my previous post, I made the new one couse I noticed that I post in the wrong theme section, I’m using the catch responsive!

    in reply to: Remove header search box #60177

    Hi,
    I’m currently look how to remove the search box but I can’t find the catchresponsive-structure.php file in the primary theme folder to copy the line needed to put inside my functions.php of child folder.
    Currently my functions.php is blank and no personalizations is performed with this. What I have to do ?
    Also I would like to remove the search icon in the right side of primary menu.
    Thanks

    in reply to: Disable and Remove Search Function #60170

    Hi,
    I’m looking also how to remove the search box. In my case i would like to remove both search box, the upper right corner box ( the one in .sidebar-header-right i think is it ) and the one in the navigation menu right corner.
    I already have my child theme but I don’t know what I have to edit.

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