Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #108003
    Laura
    Participant

    I am utilizing the footer areas in the widget section to create my footer menu. The theme indicates that it is responsive design (and the rest of the site functions this way), however, the footer menu gets all kinds of cluttered and illegible when viewed on a mobile device — any fixes for this?

    #108049
    Mahesh
    Keymaster

    @blantonlaura: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 600px) {
        #supplementary.four .footer-col {
        	float: none;
        	margin-right: 0;
        	width: auto;
        }
    }

    Regards,
    Mahesh

    #108940
    Laura
    Participant

    Thanks! This worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Widget Footer Areas 1, 2, 3 and 4 are not responsive (mobile friendly)’ is closed to new replies.