hi. i have a text H5 (normal text) here. i added a custom css class: hintergrundrot
why does it not work?
this is my code:
/*Text Hintergrund Normaltext*/
.hintergrundrot {
display: inline-block !important;
background: rgba(226,19,18,.5);
}
it works but i lost the alingment center and the text font size ? ;((
Hi,
The “inline-block” rule will make the element collapse in horizontal space next to each other on a the page.
Please try giving it a specific width or share a mockup of the end result you like to achieve.
Best regards,
Vinay
Hey vinay :)
It should look like this: http://imgur.com/a/396U6
Hi!
You already ask the same questions here – https://kriesi.at/support/topic/red-border-for-grid-post/#post-708009
Please do not start duplicated threads.
Best regards,
Yigit