• Hi,
    here is my website i am trying to build: http://www.planetcreds.com/
    how do i bring the “about us” widget above and parallel to the services widget. also there is some empty spaces below services which was for the posts and i removed all the posts and i found an empty space and i would like to clear out that empty space …somebody please help..

Viewing 1 replies (of 1 total)
  • Hi rahulurs,

    Figure out the following code from the style.css file of your theme …

    #sidebar .widget { width:300px; margin:0 0 25px 0; }
    #sidebar-inner .widget { width:160px; margin:0 0 25px 0; }

    #sidebar-inner .widget { width:340px; margin:0 0 25px 0; }
    #sidebar-inner .sidebarsub .widget { width:160px; margin:0 0 25px 0; }

    Here, you can change the values of ‘width’ attribute as per your requirement.

    After making changes, reload style.css file.

    Hope it helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘positioning sidebars on homepage’ is closed to new replies.