Sidebar element missaligned

Posted in: Newspaper
Post count: 67

Hello,
As you can see in our Home page, we have a sidebar element, an image, which title name is ULTIMO NUMERO. In the Home page it’s showed properly centered.

http://marronyblanco.com/

But in the post page template or in a category page (the sidebar is the same), it’s showed aligned to the letf. Why? How can we solve this?

http://marronyblanco.com/grundig-amplia-su-gama-de-televisores-ultra-hd/
http://marronyblanco.com/noticias/corporativas/

Post count: 6600

Hi,

Please use this custom css: http://screencast.com/t/RitcVp6qg43

.single .aligncenter, .category .aligncenter {
text-align: center;
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 6px;
margin-bottom: 6px;
}

Thanks

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