Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23295
    kacmcgrath
    Member

    Hello,

    The position of the search and social media icons on my page causes there to be a huge empty gap between my header and my menu bar. Is there any way to move the search and social media icons to the footer? If not, How about moving the menu bar?

    My site is http://www.katiecharlesmcgrath.com.

    Thanks much,

    Katie

    #23384
    Sakin
    Keymaster

    @kacmcgrath: To remove the search and social icons from header right section you can go to “Appearance => Theme Options => Header Right Section” and click on “Disable Header Right Section” and save changes.

    Then you can add “1. Catch Everest Social Widget” and “Search” widgets to Footer Area from “Appearance => Widgets”

    #65262
    eamonabraham
    Member

    My site has a similar problem – I’d like to separate the search bar from the social widgets so that the social widgets would display below the logo on the left and the search bar would be on the right. How can I do this with custom CSS?

    #65293
    Sakin
    Keymaster

    @eamonabraham: Please post in your site URL so that I can check in and suggest you the possible solution.

    #65352
    eamonabraham
    Member

    Hi Sakin! Thanks for getting back so quickly. The site is https://wp.nyu.edu/therevealer/ and as you can see it is still under construction, but the basic problem I described should be obvious. I’m also wondering if you can suggest a way to hide the .entry-meta elements on the homepage but leave them visible everywhere else – I’ve tried entry-container .entry-meta{display:none;} but this removes them from the articles as well.

    Thanks again!,
    Eamon

    #65430
    Sakin
    Keymaster

    @eamonabraham: To hide entry meta in home, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:
    .home .entry-meta { display: none; }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Move search and social media icons’ is closed to new replies.