Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1309580

    Hello sir,

    I have set a custom Background GIF image at the Logo Area. It shows well on Desktop but on the phone the look is not good at all.

    How can I set it well (May be resize it and put it under the Logo) ?

    Regards.

    #1309675

    Hey thomasgafo,

    Thanks for the screenshots. Could you post a link to where we can see the actual elements as well please? I checked the URL in private, but it looks like you site is in maintenance mode. If that is the case, then please include admin WordPress login details in private as well.

    Please note that using text in background images is not recommended. It would be better if you added the text in a widget area in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1309714

    Hello sir,
    I did not setup a child theme before. I hope it is not too late now.

    Regards.

    #1309905

    Hi,

    Would you also consider disabling the background image on mobile view? If yes, then you can add this code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
        .responsive #top .header_bg {
            background: none;
        }
    }
    

    Best regards,
    Ismael

    #1314197

    Dear sir,
    Thank you for your help. I did what you said and it works. Now I need a CSS help to arrange it.
    I was trying my best but it is taking me too much of time

    Please find below in private section the login

    Regards.

    #1314467

    Hello !
    Any update please ?

    #1314798

    Hello!
    Any update ?

    #1314974

    Hi,

    The header design that you wanted is quite far from the default header layouts. Unfortunately, the theme does not have options for that kind of layout.

    Have you tried adding the extra elements or design layouts as widgets instead of applying it as background? Please check the following documentation for more info.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    You can use html in a text widget, place it in the header as described in the documentation and use css to adjust their position and style.

    Best regards,
    Ismael

    #1315050

    Hello !
    God helps me and I did it.
    Thanks for your care.

    #1315162

    Hi,
    Glad to hear, well done!
    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Logo Area Custom Background on Mobile’ is closed to new replies.