Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #964007

    Hi,

    I would like to resize the header height on mobile, what would be the solution and is there a minimal height?
    Also, I would like to change the background image of the body (in boxed layout) on mobile.

    Please help me out, thanks

    #965123

    Hey the_soundtouchables,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #968119

    Hi,
    It is – https://smokva-ostojic.com/

    Thanks

    #968291

    Hi,

    We are unable to inspect the front end and make any changes to your site.

    Please feel free to take a look at https://kriesi.at/documentation/enfold/header/

    If you still have any issue please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Vinay

    #969683

    Hi,
    I’ve made the temporary login with the plugin.
    Thanks

    #969991

    Hi,

    Great, but I think you forgot to post the link in private?

    Best regards,
    Rikard

    #971975

    I hope that’s it.
    Also, i have one more issue – when clicked on ‘add to basket’, the pop-up message has a transparent background, I would like it to be #ffffef.
    Thanks

    #973281

    Hi,

    Thanks for the update.

    You can use this css code to increase the height of the header or the logo container on mobile view.

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        height: 100px !important;
        width: 80%;
    }
    }

    Default height value is 80px.

    Best regards,
    Ismael

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