Okay
  Public Ticket #1731812
Flexbox does not work. How do I change the fonts? What to add and where?
Closed

Comments

  • Bogdan started the conversation

    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?





  •  1,173
    Amit replied

    can u send me a link to the page i dont understand from a screenshot

  • Bogdan replied

    @Amit Yeah, sure, here's the page - http://s90009lu.beget.tech/?page_id=37

  •  1,173
    Amit replied

    what addons are these?

  •  1,173
    Amit replied

    is this custom addons that u created ?

  • Bogdan replied

    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?

  •  1,173
    Amit replied

    you add to the attribute |raw

    for example if it is {{heading}}

    then it should look like this {{heading|raw}}

  • Bogdan replied

    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? 

  •  1,173
    Amit replied

    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>