Grid Text Not Centered on Mobile

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Apr 03, 2017 7:53 pm
Reply with quote
Report this post
Text and images are centered properly on website, but shift to the right on a mobile device:

Screenshot_20170403-113503.jpg


Website: http://active-storage.dlevy.net/products

Please advise on how to fix.

David
User avatar
Expert Boarder

Joshua M
Thu Apr 06, 2017 10:54 am
Reply with quote
Report this post
Hi,

It's not a part of our template, but try to add the following custom css code:
Code: Select all
@media (max-width: 640px) {
.grid figure {
   min-width: initial;
}
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.