spacing in the right sidebar

  • Posted in : Bloggy WP
  • julesei84
    Participant

    Hi,

    My sidebar is already to the right of my blog but I would like to shift it more towards the right. Is that possible?

    Thanks!

    ahmetsali
    Keymaster

    Hi, i am not sure this will suit you, but give it a try;

    – custom css;

    @media (min-width: 1200px) { 
    	#secondary .widget { padding-left:8em; }
    }
    @media (min-width: 1400px) { 
    	#secondary .widget { padding-left:8em; }
    }
    @media (min-width: 1600px) { 
    	#secondary .widget { padding-left:6em; }
    }
    
    julesei84
    Participant

    It worked great. Thanks! Another question, how can I center align sidebar titles, so that it can be centered above the sidebar items?

    ahmetsali
    Keymaster

    try this one;

    .widget-title {
        text-align: center;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register