Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46235
    Kim
    Participant

    I found the following code to make the content wider and the sidebar smaller from a previous forum post:

    #primary {
    margin: 0 -19% 0 0;
    }
    #content {
    margin: 0 22% 0 3%;
    width: 75%;
    }
    #secondary {
    width: 16%;
    }

    I have toyed with this for two hours trying to accomplish what I’m trying to do but with no luck.

    I’d like to make the sidebar a bit narrower and make the left and right margins of the content body smaller so that the content will be wider, without so much white space. I would like the Post Title to line up with the nav bar category. Ex. ‘Dermal’ should line up under ‘Beauty on a Budget’.

    Also, how can I get the Post Titles to Center Align?

    #46312
    Kim
    Participant

    I want to edit this a bit…

    1) How can I get rid of the space between the content and the sidebar.
    2) How can I center the Post titles.

    🙂
    Thanks!!!!!

    K

    #46348
    Sakin
    Keymaster

    @Kim: You can center the post title by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-title { text-align: center; }

    For spaces and width, it’s little hard due to responsive design. So, I suggest you to hire a customizer. If you want me to send you then please send me the exact spaces and width that you want. Then I will check in.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Content Wider Sidebar Narrower’ is closed to new replies.