Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1326713

    Hi,

    wir haben ein Header Widget wie in Ihrer Beschreibung umgesetzt, es funktioniert auch.
    Jetzt soll es responsiv werden, 50% Verkleinerung oder in Pixel.
    Wie setzen wir das um?

    we have implemented a header widget as in your description, it works too.
    Now it should be responsive, 50% reduction or in pixels.
    How do we do that?

    Hier der CSS Code des Widget.

    /************************************
    
    Widget header
    
    *************************************/
    
    #header .widget {
    	position:absolute!important;
    	left:5%!important;
    	top:0px!important;
    }
    
    #header.header-scrolled .widget {
    	position:absolute!important;
    	left:5%!important;
    	top:-30px!important;	
    }
    
    #header.responsive .widget  {
    width:50px;
    height:auto;
    }
    
    #header.header-scrolled .widget img {
    width:30px;
    height:auto;
    }

    null

    #1326759

    Hi Uwe,

    Do you mean that you want it smaller on mobile devices? Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1326766

    Hi Rikard,

    YES, smaller on mobile Device (? 50% )
    The Link send on privat.
    Thanks Jui

    #1326815

    Hi,

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

    @media only screen and (max-width: 767px) {
    #block-7 {
        max-width: 50%;
    }
    }

    Best regards,
    Rikard

    #1327003

    Hi Rikard,

    das ist nicht gut, der Text wird nur umgebrochen und geht dann in die Seite. siehe Screen.
    Es soll insgesamt 50% kleiner werden.
    Vielleicht kann auch nur die Schrift 50% kleiner werden.
    Ich verwende als FONT Überschrift H2,
    ich brauche den Code:
    wenn mobile Ansicht, dann Überschrift H2 = 50% oder 14px …
    Geht das? Haben Sie eine Idee?
    ***
    that’s not good, the text just wraps and then goes into the page. see screen.
    It should be 50% smaller overall.
    Maybe only the font can be made 50% smaller.

    I use heading H2 as FONT,
    i need the code:
    if mobile view, then heading H2 = 50% or 14px …
    Is the? Do you have an idea?

    Thanks Jui
    null

    • This reply was modified 3 years ago by Jui.
    #1327020

    Hi,

    habe den Code selbst angepasst.
    Ich benötige im Moment keine weitere Hilfe.
    Danke.

    #block-7 h2 {
    font-size: 18px;
    }

    adjusted the code myself.
    I don’t need any further help at the moment.
    Thanks.

    #1327098

    Hi,
    Glad to hear that you have this sorted out, 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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header Widget / Widget Header / responsiv ?’ is closed to new replies.