Keep the responsive version center

Multipurpose WordPress Theme Forum Support
GK User
Tue Apr 14, 2015 11:19 pm
Hi,

In the responsive version images and text aling left. I tried to use firebug to find the class in responsive version, but I can't find it. I just need to make it center for smaller devices like iphone 5

Cruz
User avatar
Junior Boarder

GK User
Wed Apr 15, 2015 8:05 am
Add this code at the end of css/mobile.css file:
Code: Select all
.gk-cols > div.gk-text-center {
  text-align: center!important;
}
User avatar
Moderator


cron