Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Enfold: Custom Media Query for tablet. #796610

    Hi Victoria,

    Sadly the suggested edit neither in the quick Css nor in the custom.css file works. I have disactivated my caching and cleared it. tried numerous ways to fix it. What im trying to do is to align the 3 columns with eachother. I thought it could be done by resizing the h3 tags to an appropiate font-size so that they align. But when inserting the code for @media query it doesnt take any effect across tablets and mobiles below 767px….

    below i pasted the css i put into the custom.css file:

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    .avia_textblock h3 {
    font-size: small;
    }
    }

    Need urgent help.

    Thanks in advance,

    Rudolf

Viewing 1 post (of 1 total)