Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18502
    Whitly
    Member

    1. I’m trying to edit my logo and header content text (the site title and tagline) to line up with each other. I want the header text to either be centered or on the same baseline as the logo. How do I do this?

    2. I want to edit the border around the search bar so that it’s not white so people can actually see it.

    3. Is there any way to get rid of that home button? I feel its repetitive since the logo also serves as a home button.

    4. Is there anyway to get ride of that gray bar going across the top of the website?

    5. Can I edit the width of the posts column and the side bar column that has the recent posts content?

    Here is a screen shot of my blog:
    http://www.flickr.com/photos/105697693@N05/11474676953/

    #18520
    Sakin
    Keymaster

    For 1: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (min-width: 960px) { #site-details { padding-top: 105px; }

    For 2: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to add border.
    #branding .searchform .search-box { border: 1px solid #ddd; height: 33px; }

    For 3: If you don’t want menu then you can just go to “Appearance => Menus” and create empty menu and the assign that menu as primary menu from “Appearance => Menus => Manage Locations”

    5. Can I edit the width of the posts column and the side bar column that has the recent posts content?
    — Since this is responsive design theme, we don’t recommend you to change the column width. If you want to change then you have to change for all responsive devices.
    For 4: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to get ride of that gray bar going across the top of the website?
    #branding .top-bg { display: none; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header Content, Menu, Search, and Side Bar Customization’ is closed to new replies.