Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1028882

    Hello,

    I would like to represent the floating text typefaces generally smaller in the mobile display / smart phone. Where can i customize that?

    many Greetings,
    Martin

    #1029339

    Hey m_reiprich,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1029899

    Hello Victoria,

    it is about the page https://prometheus-real-estate.de. There the text is set with 15 point. I would like to see the text of the entire website on the smartphone, e.g. 12 point has. How can I adjust this centrally?

    #1030516

    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) {
      .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 60px;
      }
        #top #wrap_all .av-inherit-size .av-special-heading-tag {
          font-size: 15px;
      }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1030809

    Hello Victoria,

    I tried it, there was no change. Then I removed this code and just tried to put the text at 11 point. It has not changed. Now I am completely confused.

    #1030811

    Oh no, I had defined the start page text with 10 points. There I have now set to standard and the font with 15 point generally set. Your code is now in, but the text is not smaller on the smartphone.

    #1030977

    Hi,

    Please add the code she provided to the very top of quick css so it runs first and be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

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