Blog Posts Left Justified

Home Forums All Other Themes Blog Posts Left Justified

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26942
    Kyle MurpheyKyle Murphey
    Member
    • Topics: 8
    • Replies: 5
    • Total: 13
    Member since: September 1, 2015

    Hello,

    I was told to make a new topic about this, so here it goes. How do I make my blog posts not left justified? All of my blog posts look like this:

    http://crosscurrentmedia.com/bride-blu-2016/

    The all have a ton of white space on the right side, like there is a sidebar there. However, I would like it all to be centered, like my pages. How can I achieve this?

    I have already tried Appearance >> Theme Options >> Basic Options >> Blog Single Layout and tried every single option and it changes nothing.

    Any ideas?

    Thank you,
    Kyle Murphey

    #27002
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi Kyle,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    .nosidebar {
    float: none;
    margin: 0 auto;
    }

    Regards,
    Brad

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.