Zen Cart Logo
Forums / Addon Sideboxes / Google ads box alignment issue

Google ads box alignment issue

Locked

Views: 1,156

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 Jun 2010, 8:38 AM
#1
elibaba avatar

elibaba

New Zenner

Join Date:
Apr 2009
Location:
Israel
Posts:
23
Plugin Contributions:
0

Google ads box alignment issue

Hi,

I have installed successfully a contrib to display Google ads in a side-box, it works great as you can in mineralz.co.il (lower right corner).

however, the Google box is aligned to the right, and it is visually unpleasing, as it should be centralized within the right column.

I do not want to change the entire CSS class for the whole right column, but couldn't find any other place that enforces the alignment for this side-box.

Can you please assist ?

Thanks!

27 Jun 2010, 11:20 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Google ads box alignment issue

Add to your stylesheet:
**
#googleadsense {
text-align:center;
}**