• Dear Support

    I’ve been reviewing a client’s new website on some tablets.

    I’ve noticed the footer is all in one column, not three.

    Can you please advice?

    Best regards and thanks

    Chris

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Chris,

    That’s normal, it’s default Sydney behavior. But you can try to use the following CSS code to make it centered, if you want. You can add CSS code in Customize → Additional CSS section.

    @media (max-width: 991px) {
    	#sidebar-footer .widget {
    		text-align: center;
    	}
    }

    Kind Regards, Roman.

    Thread Starter christopherjeffery

    (@christopherjeffery)

    Dear Roman

    Thanks for your prompt response. Is it possible to have it three columns on the mobile view?

    Best regards and thanks again

    Chris

    Sure, try this CSS:

    #sidebar-footer .sidebar-column {
        width: 33.33333333%;
        float: left;
    }

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer display issues when viewing website on tablet’ is closed to new replies.