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

    Hello,

    I use the enfold theme. I had a picture in the header of my website. I try to change it but it appears to be too large.
    Any idea how i can fix that?

    Regards
    Mormar

    #918564

    Hi Mormar,

    “Sorry, we’re doing some work on the site”. Could you please post temporary admin logins here privately as well so we can look into it? :)

    Best regards,
    Yigit

    #918605

    Sure.

    #918619

    Hi!

    I changed “background-size: cover!important;” in your custom CSS code to “background-size: contain!important;”. Please review your website

    Cheers!
    Yigit

    #918620

    Hello Yigit,

    The picture is now ok. But, on my screen it seems that things are nog centered anymore.
    Would it be possible to change that?
    And another question:
    Is it possible to use more pictures for the headerpart and let them rotate?

    Regards
    Mormar

    #919437

    Hi,

    To center the background image of the service van please use the below CSS

    .container.av-logo-container {
        background-position: center center!important;
    }

    To add more images and rotate them
    1. Add a widget area in the header https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ (Do not use the CSS code only create the header widget).

    2. Use custom CSS to place the header widget on top of the header.

    3. Enable debug mode https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    4. Create your slider on an empty page and copy the shortcode.

    5. Paste the slider shortcode in the header widget area.

    Best regards,
    Vinay

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