Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS wordpress noob help – div & column question

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #200882
    Bones_Jones
    Participant

    hi guys,

    link
    http://goo.gl/gPJqAU

    i wanted to add a grey background on 1/4 column, so i added div class. but it pushes down the 3/4 column next to it… what am i doing wrong?

    #200884
    Paulie_D
    Member

    Where is it supposed to be?

    If the grey div is supposed to be next to the image then you’ve probably nested it wrong.

    #200885
    Paulie_D
    Member

    Yeah…this div

    <div class="nine columns column-item-class column-item-class-1 mb45">
    

    Needs to be outside of this div

    <div class="three columns column-item-class column-item-class-0 mb45">
    
    #200887
    Bones_Jones
    Participant

    ouch… i don’t even know where that is…

    ok, basically i want want to do is add a background color on
    http://goo.gl/JwclQV

    i know i can do it with table…

    #200892
    Bones_Jones
    Participant

    not on the actual files. i do most of editing on the custom.css.

    i did change minor things like menu…

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.