- This topic has 7 replies, 4 voices, and was last updated 9 years ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The topic ‘responsive’ is closed to new replies.
Home › Forums › IT Consultant Support › responsive
how to activate responsive mode in skt IT Consultant?
Its activated by default. Check your site in mobile.
Regards,
Brad
Any text added to the home page is not responsive. The demo site is responsive, but not the theme. www.digz.ca Unfortunately you will not be able to see as I am using a curtain while in dev.
Hi,
When you say text is not responsive do you mean it spills out of the desired space?
Regards,
Shri
The theme responds by reducing column size and
yes, text spills out of the desired space, while the demo site
responds by stacking columns. This happens on some pages but not all. Take
a look a Home and Contact pages on my site – www.digz.ca. I will take the curtain off for a few hours.
Thank you,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.one_half, .one_fourth { width:100%; margin-right:0;}
section#home_slider .container { padding:0;}
.post-box { text-align:center;}
}
@media screen and (min-width:768px) and (max-width:1024px) {
section#home_slider .container { padding:0;}
.services_panel .post-box { width:25% !important;}
}
Regards,
Shri
Thank you so much Shri. Works perfect!
Great.
Regards,
Shri
For visitors to properly scroll and browse through your articles or content it is essential that one adds nice pagination to their blog or other […]
Setup WordPress CDN Your WordPress website loads slowly, and you’re losing visitors by the second. Sound familiar? A sluggish website doesn’t just frustrate users—it hurts […]
Best WordPress CDN Plugins for Images Slow-loading images can be a major roadblock for any WordPress website. They frustrate visitors, hurt your user experience, and […]