Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #491763

    Hi Guys!

    The word “Reconstructive” is cutting off in my Footer on different screen sizes.

    Can you check and let me know how to fix?

    #491788

    Hey Courtney!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 1200px) {
        #footer .av_one_fifth{
            width: 29.333333333333332%;
        }
    
        #footer .av_one_fifth:nth-child(4) {
            clear: left;
            margin-left: 0;
        }
    
    }

    Cheers! 
    Josue

    #493810

    Thanks Josue!

    #493832

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer is cutting off’ is closed to new replies.