Align right my right column ad

5 replies
  • SEO
  • |
Thanks for taking the time for read this thread.

How can I align right my rightcolumn ad? I have tried everything and nothing gets the ads to the right.

I appreciate the help.

The site is ePrintableCoupons.com/baby-coupons.html
#align #column
  • Profile picture of the author panic
    Which ad is your right column ad?

    You may have to wrap the ad in a div

    then

    float:right;

    If you let me know specifically which one I can help more...layout wise it looks okay to me atm
    Signature

    ~

    {{ DiscussionBoard.errors[8002268].message }}
  • Profile picture of the author yukon
    Banned
    I see a typo in the CSS:

    #rightcolumn{
    float: left;
    width: 90px; /*Width of right column*/
    margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
    background: #ffffff;
    aling: right;
    }
    Change it to float:right;, also remove the width: 90px; /*Width of right column*/

    That works (tested) but something doesn't look right on those divs.








    {{ DiscussionBoard.errors[8002353].message }}
    • Profile picture of the author scalabledomains
      Outstanding! Thanks for taking the time. Very much appreciated.
      {{ DiscussionBoard.errors[8002542].message }}
      • Profile picture of the author scalabledomains
        I have another question. Why does the main body look off centered to the top section?
        {{ DiscussionBoard.errors[8002561].message }}

Trending Topics