Tagged: header, menu bar., search bar, social media icons
- This topic has 5 replies, 3 voices, and was last updated 9 years, 2 months ago by Sakin.
-
AuthorPosts
-
March 29, 2014 at 4:36 pm #23295kacmcgrathMember
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
March 30, 2014 at 12:03 am #23384SakinKeymaster@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”
August 26, 2015 at 12:58 am #65262eamonabrahamMemberMy 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?
August 26, 2015 at 10:40 am #65293SakinKeymaster@eamonabraham: Please post in your site URL so that I can check in and suggest you the possible solution.
August 26, 2015 at 9:16 pm #65352eamonabrahamMemberHi 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!,
EamonAugust 28, 2015 at 12:02 am #65430SakinKeymaster@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; }
-
AuthorPosts
- The topic ‘Move search and social media icons’ is closed to new replies.