[Resolved] Width header widget

Home Forums Support [Resolved] Width header widget

Home Forums Support Width header widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #355834
    Karim

    Hello guys,

    For some time now i tried to make the header-widget wirder then the standard 50%, but i just can’t get it done. When i adjust the width in browser it works, but when i wanna do it with CSS it doesn’t work.

    I tried css like:

    .header-widget {
    width: 60%;
    }

    .header-widget {
    max-width: 60%;
    }

    Also with and without “important” but still none.

    Can you please help? Its about this site: check site

    #355917
    Leo
    Staff
    Customer Support

    Hi there,

    I can see this CSS being read currently:

    @media(min-width: 768px){
        .header-widget {
            width: 60%;
        }
    }

    What look are you trying to achieve?

    #355921
    Karim

    Hi Leo:)

    Yeah, that was my last attempt lol.
    I want the picture with Amerongen below it, to be somewhere in the middle of the header. So i thought making header widget wider and then align it to the left.

    #355952
    Karim

    Hello again Leo,

    I just decided to remove the picture there, cause it just doesn’t look too good. Next time i need the extra wide header widget i just try again. I managed it several times before, no idea why not this time.

    Anyways, thanks for wanting to help:)

    Greetings,

    Karim

    #355979
    Leo
    Staff
    Customer Support

    No problem 🙂

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