Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #543908

    Hi!
    I’d like to change the position for my background header image in mobile.
    Also I’d like to change the font-size for the subheading in mobile.

    I added a CSS Custom Class in the element pop up but It didn’t work in my madia query

    @media only screen and (max-width: 767px) {
    	.fondo-header{
    		background-position: left center;
    	}
    
    }
    

    Thanks!!

    #543961

    Hi grafikero!

    It’s the first color section in the link you provided correct? Add this to your custom CSS.

    @media screen and (max-width: 767px) {
    #av_section_1 {
        background-position: center left !important;
    }
    }

    Cheers!
    Elliott

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