Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1276589

    Hi
    Is it possible to decrease the header widget? I want to place a logo in it ( so the logo will cover a bit of the header ):
    example: http://www.brouwershaven.nu

    The code in my functionsphp is:
    // Header widget area

    //——————————–

    add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }
    Also i would like the header widget in a proper way on mobile devices as the example above shows..

    Can you help me?
    Grz
    Karin Leloux

    #1276658

    Hey CatharinaLeloux,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1276739

    Hi Jordan
    This is the link tot the site:
    http://www.ringdorpdreischor.nl
    I have another question: i want the logo to be transparant; is that possible?
    Greetz
    Karin Leloux

    #1277565

    Hi,

    You would need to make the logo transparent through image editing software.

    Best regards,
    Jordan Shannon

    #1277567

    Hi,

    It looks like your initial question was solved?

    Best regards,
    Jordan Shannon

    #1277658

    Hi Jordan
    Thanks for your support; indeed my first “problems” are solved but i have another issue.
    The header widget is on my mobile device “not in place”…
    It is too big and it is centered instead of placed on the left side.
    Do you have a css code for this problem?
    http://www.ringdorpdreischor.nl

    Greetz
    Karin Leloux

    #1277908

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1100px) {
    #media_image-3 img {
        max-width: 40%;
    }
    }

    Best regards,
    Rikard

    #1278236

    Hi Rikard
    Unfortunately this doesn’t work…:-(
    The header widget is still in the center en very big…

    Greetz
    Karin

    #1278413

    Hi Karin,

    I’m not sure how you manage to get those results, since the widget is hidden under 1100 pixels. Could you try loading the page in an incognito or private browser window please?

    Best regards,
    Rikard

    #1278444

    Hi Rikard
    The problem does not occure on the website but on my mobile device…
    The header widget stays in the middle and is too big on my mobile…

    Greetz
    Karin

    #1278659

    Hi,

    Ok, but how can you even see the widget if it’s not displayed for screens under 1100 pixels? Here’s what I see on my end: https://imgur.com/a/hy3LjbE

    Best regards,
    Rikard

    #1279931

    Hi Rikard
    Thats because i put a css code to hide the header widget for mobile devices:-)
    If i make the header widget visible on the mobile devices then the problem occures…

    Greetz
    Karin

    #1280396

    Hi,

    Please try to play with values, for example:

    @media only screen and (max-width: 1100px) {
    #media_image-3 img {
        max-width: 25%;
    }
    }

    That looks good on my end.

    Best regards,
    Rikard

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