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!
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.
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?
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.