Public Ticket #1731812 Flexbox does not work. How do I change the fonts? What to add and where? Closed
Comments Bogdan started the conversationOctober 1, 2018 at 11:06pmI do not understand what I have to add to be able to change the font of the text. Now I get what is shown in the screenshot. I don't understand what I should add and where? (screen 151)____________ And for some reason the container is stretched to the full width. Why? 1,194Amit repliedOctober 2, 2018 at 7:01amcan u send me a link to the page i dont understand from a screenshotBogdan repliedOctober 2, 2018 at 11:50am@Amit Yeah, sure, here's the page - http://s90009lu.beget.tech/?page_id=37 1,194Amit repliedOctober 2, 2018 at 11:51amwhat addons are these? 1,194Amit repliedOctober 2, 2018 at 11:55amis this custom addons that u created ?Bogdan repliedOctober 2, 2018 at 12:22pmYes, I want to make some blocks. It is important for me to understand what I should add to the attribute to change the font. And why is the container stretched to its full width? 1,194Amit repliedOctober 2, 2018 at 12:24pmyou add to the attribute |rawfor example if it is {{heading}}then it should look like this {{heading|raw}}1 LikeBogdan repliedOctober 2, 2018 at 10:50pmThanks! You really helped me out, but I'd like to ask you about one more thing. I would like to make it possible to indent between the text and the line. The documentation says nothing about it. Can I implement this? 1,194Amit repliedOctober 3, 2018 at 7:08amyou can add for example inline padding and make and attribbute for that padding example <div style="padding-top:30px;"></div>with attribut will look like this<div style="padding-top:{{padding}}px;"></div> Sign in to reply ...
I do not understand what I have to add to be able to change the font of the text. Now I get what is shown in the screenshot.
I don't understand what I should add and where? (screen 151)
____________
And for some reason the container is stretched to the full width. Why?
can u send me a link to the page i dont understand from a screenshot
@Amit Yeah, sure, here's the page - http://s90009lu.beget.tech/?page_id=37
what addons are these?
is this custom addons that u created ?
Yes, I want to make some blocks.
It is important for me to understand what I should add to the attribute to change the font.
And why is the container stretched to its full width?
you add to the attribute |raw
for example if it is {{heading}}
then it should look like this {{heading|raw}}
Thanks!
You really helped me out, but I'd like to ask you about one more thing.
I would like to make it possible to indent between the text and the line. The documentation says nothing about it. Can I implement this?
you can add for example inline padding
and make and attribbute for that padding
example
<div style="padding-top:30px;"></div>
with attribut will look like this
<div style="padding-top:{{padding}}px;"></div>