Forum replies created
Hi,
You can try using relative positioning to move up your h1.
Please use the following in Theme Options -> Custom CSS
.page .entry-content h1 {
position: relative;
text-align: center !important;
top: -30px !important;
}
Thank you.
Hi,
Our support does not include providing assistance in integrating third party codes.
You can contact us for customization service via https://theme4press.com/theme-customization-service/
Thank you
You are welcome!
Thank you.
Hi,
For your logo, which is the custom header background image.
Please use the following in Theme Options -> Custom CSS
@media screen and (max-width:768px){
.custom-header {
background-size: 100% auto !important;
}
}
Regarding footer padding. I can see that you already have a css code for this.
If not you can use the following
.footer{
padding:600px 0px !important;
}
Regarding adding menu in footer.
This requires customization to the theme code which is not covered in our support scope.
You can contact us for customization service via https://theme4press.com/theme-customization-service/
Thank you
You are welcome!
Thank you.
Hi,
Do you still need help on this issue?
Thank you
Hi,
First of all, please remove your own custom css.
Try using the Theme Options -> Header -> Header
Find the setting -> Header Padding
make adjustments using this setting.
Let’s see how it goes.
Thank you
Hi,
You need to install reduxframework plugin https://wordpress.org/plugins/redux-framework/ as recommended by the theme.
Activate the plugin and you will see Theme Options under Appearance tab.
Thank you.
Hi,
Please go to Theme Options -> Header -> Title & Tagline
Find the setting -> Blog Tagline position
Select -> Disable
and Save Changes.
Thank you
Hi,
I will report this issue to our developers.
At the moment, Please open wp-config.php and set WP_DEBUG to false.
Thank you