-
AuthorPosts
-
October 27, 2021 at 3:22 pm #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; }
October 28, 2021 at 6:33 am #1326759Hi 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,
RikardOctober 28, 2021 at 8:06 am #1326766Hi Rikard,
YES, smaller on mobile Device (? 50% )
The Link send on privat.
Thanks JuiOctober 28, 2021 at 11:55 am #1326815Hi,
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,
RikardOctober 29, 2021 at 1:58 pm #1327003Hi 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
- This reply was modified 3 years ago by Jui.
October 29, 2021 at 4:03 pm #1327020Hi,
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.October 30, 2021 at 7:12 pm #1327098Hi,
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 -
AuthorPosts
- The topic ‘Header Widget / Widget Header / responsiv ?’ is closed to new replies.