Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #304641

    Hi I am having an issue with the header images i am using on my site (which i am using as my logo and header image – using trans png as the logo) The header image is not responsive on the iphone.

    I have searched through the topics here and tried a few solutions.
    Any help would be much appreciated.

    thanks

    #304803

    Hey realitydesignmoycullen!

    Thank you for using Enfold.

    I’m sorry but you’re using a very old version of the theme and I think you modified the header area. Please download the latest version 2.9.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Note that updating the theme might break some of the elements on the theme specially the header. You might need to reconfigure the options or create them from scratch. Please update the theme as much as possible.

    Best regards,
    Ismael

    #304910

    thanks for that. I updated to the latest version.
    I am still having issues with the header being responsive on iphone

    #305200

    Hi!

    Thank you for the update.

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive #top #header {
    position: relative;
    width: auto;
    height: 200px;
    top: 80px;
    }
    
    .header_color {
    background: transparent url(https://cashfactory.ie/wp-content/uploads/2013/04/header34.png) top left no-repeat scroll;
    background-size: 100%;
    }
    
    .header_color .header_bg {
    background: transparent url(https://cashfactory.ie/wp-content/uploads/2013/04/header34.png) top left no-repeat scroll;
    background-size: 100%;
    }
    }

    You set the logo as header background, that’s why it is not responsive. Please hire a freelance developer to fix any other issues that may come up with your customization. Thank you for your understanding.

    Best regards,
    Ismael

    #305270

    thanks for the update. most helpful.
    Just one thing. now the menu is not displaying correctly on the mobile site??

    #306132

    Hey!

    This file still has old/modified content:
    http://cashfactory.ie/wp-content/themes/enfold/css/layout.css

    Try manually replacing it via FTP.

    Cheers!
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.