Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    18.08.2016 at 07:05 #29846

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    18.08.2016 at 06:59 #29845

    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

    Denzel Chia
    Moderator
    Posts: 2656
    18.08.2016 at 06:53 #29844

    You are welcome!
    Thank you.

    In reply to Header image
    Denzel Chia
    Moderator
    Posts: 2656
    18.08.2016 at 06:53 #29843

    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

    Denzel Chia
    Moderator
    Posts: 2656
    17.08.2016 at 01:45 #29813

    You are welcome!
    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    17.08.2016 at 01:44 #29812

    Hi,

    Do you still need help on this issue?

    Thank you

    In reply to Header image
    Denzel Chia
    Moderator
    Posts: 2656
    17.08.2016 at 01:42 #29810

    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

    Denzel Chia
    Moderator
    Posts: 2656
    17.08.2016 at 01:36 #29809

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    17.08.2016 at 01:33 #29808

    Hi,

    Please go to Theme Options -> Header -> Title & Tagline
    Find the setting -> Blog Tagline position
    Select -> Disable
    and Save Changes.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    17.08.2016 at 01:25 #29807

    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