Forum Replies Created
-
AuthorPosts
-
Hi,
Kindly check this article and it explains nicely how to solve these problems: https://www.acceleratormarketing.com/trench-report/google-analytics-errors-and-structured-data/
Only encourage you to do on your own if you are a developer.
Regards,
ShriHi,
Kindly add this in custom css box
@media screen and (max-width: 939px) {
.toggle a{background:#1d1d1d url(“../images/mobile_nav_right.png”) no-repeat scroll right center; color:#ffef0f;}
.nav ul{background:#1d1d1d;}
}Regards,
ShriHi Anil,
Kindly show us your website.
Regards,
ShriHi Marco,
You need to apply the css property to parent div that is #content_part
Regards,
ShriHi Gina,
Kindly Send us email: [email protected] with your WordPress admin details and URL of the site. we will check the problem and resolve.
NOTE: Kindly mention the issue in the email.
Regards,
ShriIt is due to CSS conflicts. Send us admin details on [email protected] we will check and resolve.
Regards,
ShriHi Richard,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Add this css in custom css box@media screen and (min-width: 990px) {
.toggle a{background:#1d1d1d url(“../images/mobile_nav_right.png”) no-repeat scroll right center; color:#ffef0f;}
.nav ul{background:#1d1d1d;}
}Regards,
ShriHi James,
You can re-arrange the menu order by drag and drop.
Regards,
ShriHi Colin,
Kindly use plugin “Page Links To” and link those pages to some other page where you don’t have featured image set.
Regards,
ShriHi Rohith,
It is in the container hence its not possible to extend it.
Regards,
ShriHi Rohith,
Unfortunately it is not possible.
Regards,
ShriHi Armin,
Kindly Send us email: [email protected] with your WordPress admin details and URL of the site. we will check the problem and resolve.
NOTE: Kindly mention the issue in the email.
Regards,
ShriHi William,
Kindly go to sktthemes.net and login
go to My Account page and download your theme.
Regards,
ShriHi Jesse,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
And paste this css code in custom box#wrapper { width:auto; padding:0 4%; box-sizing:border-box;}
@media screen and (max-width: 1270px) and (min-width:768px) {
#wrapper { width:auto; padding:0 4%; box-sizing:border-box;}
#secondary { margin-left:0;}
#primary { margin-right:0;}
}If that do not work then try to !important property in classes
Regards,
ShriGreat
Regards,
Shri -
AuthorPosts