• Resolved frizurd

    (@frizurd)


    I’m trying to put my custom blogroll next to the archives widget instead of one above the other
    is there a plugin to achieve this? or is there a php code to call in the archives list so I can include both my archives list and my blogroll into a custom HTML widget
    thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • You should be able to accomplish this via CSS. Do you have a link to your site?

    Thread Starter frizurd

    (@frizurd)

    http://thatfix.com
    trying to put my partner html widget next to my archives widget
    150px X 2

    How comfortable are you with editing files? The simplest way would be to just add a second sidebar to your theme, beneath the first; and then style the widgets in your CSS file to be 150px wide such as:

    #sidebar2.widget {width: 150px; float: left;}

    Thread Starter frizurd

    (@frizurd)

    sorry, this is my first wordpress website so im not familiar with it
    hmm but how do I give the archives widget a different style?
    since there is no function to change that on the widgets page and all widgets have the same css style which is “widget”
    thank you

    edit:
    oh i get it, thank you
    ill be making a new sidebar then
    appreciate the help

    No worries. I was just looking at your css, and typing out a response. If you have issues, reply back and I’ll walk you through it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘2 widgets side by side’ is closed to new replies.