Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1134876

    Hallo,

    kann man denn die Schriften zentral so einstellen, das sie auf den mobilen Geräten angepasst werden? Oder gibt es die Funktion gar nicht? Änderungen der einzelnen Texten kann man ja vornehmen.

    viele Grüße,
    Martin

    #1135319

    Hey Martin,

    You can really take all scenarios into account, like if you are using very long words for instance. If you should need help with anything in specific then please post a link to where we can see the text in question and we’ll give you some custom CSS to use.

    Best regards,
    Rikard

    #1137082

    Hello Rikard,

    I would like it, this page is generally the font displayed on smartphones with 13 point: http://www.friseur-diana.de/inhalt/

    #1137837

    Hi m_reiprich,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
        #top.page-id-206 p {
            font-size: 13px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1137856

    I tried both methods and checked them carefully. Unfortunately it does not work. I also set 10 points to make it clearer. And put the code in the right place, you can see it very simple.

    #1138841

    Hi m_reiprich,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.