Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1305630

    contegi66
    Participant

    Hi support,

    I had to do this workaround because the code you supplied is not working as discussed with your colleague Jade (#1295937 & #1296081).

    Inserting price is not solving the issue I got. Your colleague think this is due to a css conflict somewhere.

    Hope you can find a way to fix my issue.

    Best Regards,
    Gianni

    #1305695

    Joao
    Moderator

    Hi There,

    You do have a missing }

    after :

    
     @media (min-width: 767px) and (max-width: 930px) {
        .home #x-section-2 .x-btn {
            font-size: 1em !important;
        }

    I am just not sure where you would like to close your media query, please add the closing }

    Hope that helps

    Joao