stef7777
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: remove an arrow iconthank you, Joy… i’ll do so.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Thumbnail-Image – how to get responsive?cool!
so – I think we can close this topic now!
Thanks again, Andrew, for your great help!!!Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Thumbnail-Image – how to get responsive?okay, thx!
But when i add the rule “line-height: 38px” the textline appears too far DOWN now…:/
So i’ve tried to say “…18px” – looks good, i think… or what do you think?Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Thumbnail-Image – how to get responsive?Hi Andrew!
WOW – thank you very very much!!!
That works nearly perfect! The only thing is that in boxes with smaller headlines (e.g. “Fertigung mit höchster Präzision”) the bluebox appears too far up. So i tried to add the line “height: 38px;” in the first section – that works fine! Or is sth. to say against this?Furthermore, i get a warning notice that “vertical-align: baseline” won’t work with “display: block”. But seems to have no adverse effect.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Thumbnail-Image – how to get responsive?ok… i followed your first suggestion (add bluebox to row-level), but for the moment just in the first box.
Works, but the result doesn’t look like what i want to have: The blue box should appear side by side to the Headline, v-align to the baseline of the headline :/Your second suggestion gives the same result
- This reply was modified 8 years, 1 month ago by stef7777.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Thumbnail-Image – how to get responsive?i did it now exactly as you suggested… but now every content-box appears totally different…. 🙁
This is the reason why i changed the code before, against your suggestionpuuuh… very difficult :-/
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Thumbnail-Image – how to get responsive?yes, i know… i’ve just included the image because of when i clear it, there appears NO blue box 🙁 see http://stefan-bee.de/customer/hipp-drehteile/wordpress/
I’ve deleted the image in the first box.Regarding centring: This works now also!! 🙂 I’ve included this code:
.panel-grid-cell{
text-align: left;
}May i ask a further question? Is there a way to make the “blue box” as well as the headline (“Präziseste Verarbeitung…”) side by side?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Thumbnail-Image – how to get responsive?Hey Andrew!
Thanks again!
>This is a theme support challenge.
LOL okay… life might get boring without any challenges 😉a) PERFECT – thx!
b) no, i didn’t… and i can look whereever i want (Firefox / Chrome / …) – it is still centered… :-/
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Thumbnail-Image – how to get responsive?Hi Andrew,
okay… i’ve called this class now “bluebox”. CSS is:
.bluebox{
background: #1F3685;
content: “”;
display: inline-block;
height: 2.5em;
margin-right: 0.5em;
vertical-align: baseline;
width: 1.25em;
}It works rather fine… but now are two questions:
a) on Mobile Devices Headline font (h3) appears bigger than on bigger devices – why? And where can i change this?
b) how can i achieve that alignment also on Mobile Devices is left (and not centered)?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Thumbnail-Image – how to get responsive?Hi Andrew,
thank you very much!
Well, i’m not that CSS-Expert;) just more “basic-knowledge”. But nevertheless, the code for this cell is now:
>>>
.panel-widget-style {
background-image: url(http://stefan-bee.de/customer/hipp-drehteile/wordpress/wp-content/uploads/2018/04/contentbutton-blue_70x140px.png);
background-position: center center;
background-size: cover;
}
<<<Can you give me a hint how the correct css-code is?
Defining a special class might not be a real problem for me.Thanks again,
Stefan