When viewing my blog posts on mobile devices, the text hugs the edges of the screen. How can I apply a padding to each side of the text for all K2 items?
http://animasmarketing.com/blog
Thanks!
Tyler
When viewing my blog posts on mobile devices, the text hugs the edges of the screen. How can I apply a padding to each side of the text for all K2 items?
http://animasmarketing.com/blog
Thanks!
Tyler
Hi Sawneemountain,
In css.php do the following changes
@ line 610 update margin for ID #menuwrap
#menuwrap { margin: 5px 11px 0px 0px !important; }
@ line 411 add padding as below
/* Add padding for screen width lessthen 1280px*/
@media (max-width: 1280px){
#region3wrap .xtc-wrapperpad {
padding: 0px 20px 0px 20px;
word-wrap: break-word;
}
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.