Home structure lost in homepage

Posted in: Newspaper
Post count: 67

Hello,
We have a homepage and we have created a column with a block category, using a color background to differenciate it from the rest of news. In order to add some margins in this column, because the texts were too close to the border, we have modified the padding. Now, the design of the homepage is broken in iPad because this column.
How can we solve this?
You can see the broken structure in:
marronyblanco.com

Post count: 1291

Hi,

I guess you’re referring to this section – http://screencast.com/t/LSWGgWkjYvm
Try to add the following css inside the Theme Panel -> Custom CSS:

@media(min-width: 768px) and (max-width: 1018px){
.vc_custom_1411984399136 {
margin-left:12px !important;
}}
@media(max-width: 767px){
.vc_custom_1411984399136 {
margin-left:0px !important;
}}

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Post count: 67

Hi Emil G,
Yes. That’s it! Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.