Support » Themes and Templates » $1 Million Dollar WordPress CSS Question

  • I would like two ads to appear before each article. I want to accomplish this in CSS, but I DO NOT know how to code 1 table with 2 collumns in CSS. This is what I tried:

    #AdBlockLeft {
    	float: left;
    	width: 328px;
    	}
    
    #AdBlockRight {
    	float: right;
    	width: 328px;
    	}

    The code above produces 2 ads, but they are not next to each other (they are not in one line horizontally), instead, they look as if somebody placed them in 1 table but two rows. You know what I am saying? Can you help me PLEASE?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘$1 Million Dollar WordPress CSS Question’ is closed to new replies.