• Closed
  • Sue Young
    Spectator
    August 16, 2016 at 11:03 pm #29803

    How do you adjust the size allowed for the header image in evolve plus. The set up says to use 1200 x 200 – I set my image up for that size but the nav bar hid part of it – so I used custom css to change the padding below to 135pt so that the entire header displays. This looks fine on a computer but the header is not responsive – all you see is part of it on the cell phone. How can I correct this?? http://www.shimmyshack.com

    Thanks
    Sue

    Denzel Chia
    Moderator
    Posts: 2672
    August 17, 2016 at 1:42 am #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

    Sue Young
    Spectator
    Posts: 96
    August 17, 2016 at 3:49 am #29815

    That helped the header but it activated the bootstrap slider. I changed the setting in Bootstrap slider to “manually select in a post”. Is that the correct setting to not have the slider activated?

    The header is not responsive in the mobile version though (may have made another post about this) It is full size on my iPhone.

    Thanks!

    Sue Young
    Spectator
    Posts: 96
    August 17, 2016 at 4:02 am #29816

    Also – I need to change the padding for the footer also to allow for a larger image, similar to what I did for the header. and is there anyway to add a menu to the footer?

    Sue

    Denzel Chia
    Moderator
    Posts: 2672
    August 18, 2016 at 6:53 am #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

    Sue Young
    Spectator
    Posts: 96
    August 19, 2016 at 8:44 pm #29877

    Thanks for your response. I have added a copyright to the footer in the custom footer area of the theme options and it does not display at all. Any thoughts on this?

    Sue

    Denzel Chia
    Moderator
    Posts: 2672
    August 20, 2016 at 8:48 am #29887

    Hi,

    You need to add HTML tags to your copyright text.

    Please use this example.

    Thank you