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

    Good morning, I’ve been trying for a long time to solve some problems but I need to ask your help!
    My problem is mobile displa: the vision on the mobile is chaotic, the text overlaps and becomes illegible. I can’t arrange the columns so as to have articles not side by side but one below the other. I would also like to change the font for mobile titles, is it possible? I can’t figure out where to find the Mobile Option Screen!
    Many thanks for your help!
    Carola

    #1159482

    Hey tbsimpianti,

    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_elegant-blog .avia-content-slider .slide-entry-title {
         font-size: 15px;
       }
       .html_elegant-blog #top .main_color .blog-categories a {
         font-size: 12px;
       }
       .responsive #top #wrap_all .slide-entry {
          width: 100%;
          margin-left: 0;
       }
    
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1159595

    Great! It seems to work well now, thank you!
    Just I would like to know the path to get the Screen Options, because that can be very useful…where can I get them??

    Many thanks again
    Carola

    #1159648

    Hi Carola,

    https://cl.ly/aca6ff5cedb4 Screen options are available in many Advanced Layout Builder components. Is this what you’re looking for?

    Best regards,
    Victoria

    #1159858

    Thanks Victoria for your kind reply. The fact is that the logo on my mobile site is really too small and I can’t manage to have it larger. Probably I don’t have this advanced Layout Builder so I have to ask you an help again to have it bigger. Many thanks in advance!
    Carola

    #1160637

    Hi Carola,

    In this case, you need css and media queries.

    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) {
      .responsive #top .logo img {
          width: 40vw;
          max-height: 100%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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