• Hi all,

    I’m using a theme called BlogoLife v.2.0
    How can I change the width of the whole page (including side bar) in such a way that my ads appear side by side and not below each other.

    This means I also need to make the side bar wider.

    Which file(s) should I edit with what
    (I really don’t know much about this)

    the url is https://nwib.be

    thx!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t know which stylesheet you’re using neither, but you’ll need to add this in

    aside .wp125ad {
     float: left;
    }
    
    #tag_cloud-3{
     clear: both;
    }

    Thread Starter chrissmit

    (@chrissmit)

    In which file do I need to add this and where in that file?

    thx

    Thread Starter chrissmit

    (@chrissmit)

    Hi all,

    I’ve inserted the above mentioned code in my style.css file, but nothing happened/changed.
    I added it to the end of the style.css file.

    What else can I do?

    thx

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change width of columns BlogoLife’ is closed to new replies.