please contact the developer of your theme for help with your question –
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
i already did that but no answer so if somebody can help me ??
globrod.com
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
.site-header {
text-align: center;
}
.site-logo {
float: none;
}
its working !!!!
thanks a lot
another question
in the mobile version i have 2 versions :
mobile and full website
the mobile version look awful and the full website great with my theme
how can i have the same website version in mobile and in a laptop
thanks