Forum replies created
Hi,
Have you enable the header widget?
Theme options -> Header -> Header widgets -> Number of widget cols in header
Select your layout.
Theme options -> Header -> Header widgets -> Header widgets placement
Choose -> Home page
Save Changes.
Go to Appearance -> Widgets to setup your widget.
The header widget will show up below slider.
Thank you
Hi,
Sorry, I cannot find a custom css that will make it absolute position from bottom, please contact our developer for this customization assistance.
https://theme4press.com/theme-customization-service/
Thank you.
You are welcome!
Glad to help.
Thank you.
You are welcome!
Thank you.
Hi,
Looks like I misunderstood your request. I thought you were referring to shortcode.
Please revert back your edit in page.php
Please go to Theme Options -> Blog -> General
Find the setting -> ‘Share This’ buttons placement
Select -> All pages
Save your changes.
Thank you.
Hi,
You can add margin to bottom of entry title.
Please use the following in Theme Options -> Custom CSS
.entry-title {
margin-bottom: 20px !important;
}
You can make adjustments to the 20px value.
Thank you
Hi,
We only conduct support for using our product.
You can contact our developers for this customization service via the following URL.
https://theme4press.com/theme-customization-service/
Thank you
Hi,
I have used the following custom CSS to push the heading and content down, but I wish I could control it through alignment, not set values, in case I need a taller / shorter slider.
Sorry, I don’t understand this sentence.
You can use relative positioning with value in percentage instead of px, if that’s what you mean by alignment.
There is no id or class to identify each slide, you can use :first-child to target first slide.
For example. The following will move the first slide h2 down 300px
.t4p-slider .slides:first-child h2 {
position: relative;
top: 300px !important;
}
Thank you.
Hi,
Please use the following in Theme Options -> Custom CSS
.thumbnail-post-single img {
max-width: 500px !important;
width: 100% !important;
}
You can make adjustments to the 500px max-width
Thank you
Hi,
I just tried the theme’s sharing box shortcode.
It seems to be broken.
You may want to use the following plugin.
https://wordpress.org/plugins/wp-social-sharing/
It works on post and page.
Thank you