Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #51956
    Kim
    Participant

    Sakin,
    A couple of things:

    1) How can I stop the main nav grey bar from extending all the way across the screen and instead to only extend the width of the website?
    2) How can I move the Header Right widget so that it aligns with the primary sidebar?
    3) Is there a way to set a thin outline around the sidebar widgets? How about the whole sidebar (both primary and secondary)

    Thanks!!
    Kim
    hidemyage.com

    #51976
    Sakin
    Keymaster

    @Kim:

    1. You have choose Full Width menu site and want to make it content width. It’s strange. You can the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-menu #access { background-color: #fff; }
    #header-menu .menu-header-container { background-color: #e9e7e7; }

    2. You need to replace the following css from your Custom CSS box:

    @media screen and (min-width: 941px) {
    #logo-wrap { width: 68%; }
    #sidebar-header-right { width:20%; }
    }

    To this css:

    @media screen and (min-width: 941px) {
    #logo-wrap { width: 68%; }
    #sidebar-header-right { width: 300px; }
    }

    3. You need to replace the following css from your Custom CSS box:

    #secondary .widget,
    #third-sidebar .widget {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    To this css:

    #secondary .widget, 
    #third-sidebar .widget {
        border: 1px solid #e9e7e7;
    }
    #52147
    Kim
    Participant

    OMG I love this!!!

    The only thing,how can I minimized the padding between the top of the top and bottom of the widgets and the outline?

    #52148
    Kim
    Participant

    Check out how the first widget runs into the main-nav. Also there’s too much unused space on top of Search By Issue (example)

    #52149
    Kim
    Participant

    actually, you won’t be able to see an example because it’s making me crazy so I’m temporarily taking it down.

    #52150
    Kim
    Participant

    The outline…not the site!

    #52185
    Sakin
    Keymaster

    @Kim: Sorry I don’t get it what you mean.

    #52188
    Kim
    Participant

    I will email you a screenshot.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Small stuff’ is closed to new replies.