Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1136149

    1. I’ve specified my fonts for the main menu but on mobile it changes. How can I ensure that the specified font (Open sans light) is used?
    2. On my homepage, huge padding setting isn’t working on one of my color sections when on mobile.

    #1136391

    Hey trishgray,

    Please try the following in Quick CSS under Enfold->General Styling:

    #avia-menu .avia-menu-text {
      font-family: "open sans" !important;
    }

    Best regards,
    Rikard

    #1137523

    Hi there,

    What about the padding in one of my sections on mobile?

    #1137645

    Hi there,

    I put in this solution, cleared my cache and it is still not recognizing my css for font-weight: light. Can you also let me know about the padding on mobile. I used huge padding in the color section and on mobile there is zero padding at all.

    #1137901

    Hi trishgray,

    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_av-overlay-full #top #wrap_all #av-burger-menu-ul li a .avia-menu-text {
        font-weight: lighter;
      }
    .avia-section {
        padding: 30px 0;
    }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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