• Hello,

    I would like for the main content to show up more and to make my sidebar appear thinner on the right side of my page.

    Also, How can I Center my social media Icons as well as the text under “Recent” and “Archives”? It seems that the titles are centered but not the actual content.

    My URL: http://www.hisplushers.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi

    To do the above changes add the following code to your child theme style.css file or by using a custom css plugin.

    // Increase the width form 980 to 1080
    .container {
        width: 1080px;
    }

    To make the text and icons center, add the following css.

    .widget ul {
        text-align: center;
    }
    ul.widget-social-icons {
        padding-left: 18%;
    }

    Hope this helps!!

    Thanks

    Thread Starter linabosque

    (@linabosque)

    All of this worked! thank you so much 🙂

    Great… Please mark this resolved, so that this can help others with similar issue.

    Hi: I’d really love more explanation on this. I’ve wanted to make this change for awhile and I was unsure how to do it. Can you explain more? I downloaded a custom CSS and entered those two lines, hit update, and it didn’t work?

    As well, when I updated, it now shows the date of my post, my named jammed against it, and the number of comments. Help, please?!

    My URL is http://www.youngwildwife.com

    Thank you so much! I love the way linabosque’s looks, if you could help me get there, I’d be so appreciative. 🙂

    Kelsey

    Alright, so I figured out the main problem, which also solved my squishing issue.

    I’d still like “Kelsey” Not to show up under my post name, do you know how to do that?

    As well, how do I make my images bigger and my sidebar smaller??

    THANKS SO MUCH!
    Kelsey

    Hi K

    I checked the site. You have couple of issues.

    you are using a far bigger logo image, choose a appropriate size with max width of 980px.

    Secondly Kesley to the end of the post is added in the content, you can edit/modify it from there.

    Thanks

    Just to ask as a follow up.

    As default… what is the width of the main left column, vs the right column?

    Want to ensure I enlarge proportionally.

    Many thanks

    TFF x

    Hi

    Please use some tools like firebug to figure that out

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Making my Sidebar thinner and main content show up more’ is closed to new replies.