Problems with the items, they move to the left on mobile devices, please help!

Posted in: Newspaper
Post count: 61

Hi guys.
Please I need your help. When I create an item using the visual layout designer, on mobile devices is moved to the left that Article; Here you can see an example:
Link blog (Revise from mobile please.) : http://androidxphone.es/top-5-mejores-aplicaciones-de-camara-gratuitas-para-android/

Here you can see how I have configured the article:
http://s6.postimg.org/zcstzp1wx/post_blog.png
I hope your help, thank you very much in advance!

Post count: 61

I disabled all plugins and remains the same.

Post count: 22421

Hello posonty,
Maybe you have a custom CSS which maybe the culprit, but you can use this quick fix for your problem:

@media (max-width: 767px){
.td-pb-row [class*="td-pb-span"] {
padding-left: 10px;}
}

Ad the code in the theme panel->custom CSS
(You can increase/decrease the padding value to your preference)

Thank you.

Post count: 61

The code manages the first ruling, but it causes another. On the home page I moved all over the web to the right:

See page (mobile please): http://androidxphone.es/

http://s6.postimg.org/4p4c26bqp/error_web.png
What could be happening?

Post count: 22421

Hello posonty,

Just change the padding from 10 to 0 in the code I gave you and it should display fine.
The result:
http://screencast.com/t/mLYP5bm4A8

Thank you.

Post count: 61

Thank you very much, now everything worked. I thank wholeheartedly support given to those who have little idea of this, and makes you feel good!

Post count: 22421

Glad it worked out.
Have a nice day.

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