Hi
My images are stacking one over another in mobile view. See the regular page and mobile, you will see in mobile view image are stacking on over another without the spacing in between and also missing the headlines. 

Pls help.
Thanks
Hi
My images are stacking one over another in mobile view. See the regular page and mobile, you will see in mobile view image are stacking on over another without the spacing in between and also missing the headlines. 

Pls help.
Thanks
Hi There,
To add the bottom margin to your columns on mobile version, please add the following CSS under Theme Options > CSS:
@media (max-width: 767px){
.x-column.x-sm {
margin-bottom: 20px;
}
}
Let us know if the code works for you.
Hi
I put the code in as you mentioned but no luck. Please advise. Thanks
Hi @mwahidullah,
May I know the specific page URL that has this issue? I checked all your sites and I can’t find it, maybe there is malformed CSS or it’s being overridden by another CSS.
Thanks!
here is the url
http://blindsbydb.com/gallery/
and pls find the username and password in secure note.
Hi, the credentials did not work, please check.
Thanks,
sorry, updated the password. pls check the secure note now.
Hi Wahid,
Thank you for the login, I did check the page and Thai’s given CSS code works. It adds a 20px bottom margin to your columns when viewed on screen 767px and below (where it starts stacking).
Please clear your browser’s cache.
Cheers!
Hi
Thanks for your mail. Space is there but the headline is still missing and pushed it down. Pls advise.
Hi,
You need to add the headline inside the column together with the correct image, not on the next row of colmns.
I went ahead and moved your headlines and it is now working fine in mobile.
Kindly check in your end.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.