Viewing 5 replies - 1 through 5 (of 5 total)
  • corewpress

    (@corewpress)

    Hi Mike,

    You could try adding the following code into your CSS stylesheet:

    div.followers-subcol {
    width: 45px !important;
    margin-right: 0 !important;
    }

    That should align everything inside the box.

    Thread Starter Michael Burke

    (@mikeyb2001)

    Hell yeah it worked like a charm

    Thread Starter Michael Burke

    (@mikeyb2001)

    also i was trying to duplicate whatever he did with the Footer on his site i cant really read code so not sure what i have to fix i was half way there but still no luck

    corewpress

    (@corewpress)

    Hi Mike, first of all you need to add something like this to move your footer to his place:

    #content {
    overflow: auto;
    }

    Then you need to have a widgetized area in your footer, so you can accommodate those 2 widgets in columns.

    Hope that gives you an idea of what to do.

    Best

    Thread Starter Michael Burke

    (@mikeyb2001)

    <img src=”http://i150.photobucket.com/albums/s93/mikeyb2001/th_adminwidgets.png&#8221; border=”0″ alt=” photo adminwidgets.png” style=””>

    Screenshot of the widget screen

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘CSS Align’ is closed to new replies.