Forum Moderators: open
1. They say to add text-align:center; to the Div CSS codes. When I view the source on my homepage it gives me the following code (which is not centering it):
<div style="width:728px;height:90px;text-align:center;">
2. Their second solution is to use the Module Class Suffix and add the following code into the css file:
table.moduletable-adsense {
text-align:center;
}
Neither of these solutions is fixing my problem. Any ideas why these arent working and a solution for what will center this?