Buttons for mobile

Hi

I have 3 buttons at the top of my homepage https://www.commissionit.co.uk

How do I display them correctly so they view properly on mobile?

Thanks

Hello Amin,

Thanks for asking. :slight_smile:

This is how I see the layout currently.

If you would like to change the same on mobile devices then I suggest you to edit the button element and assign a class under Customize > Setup > ID:

After that add following code under X > Theme Options > CSS:

@media only screen and (max-width: 600px) {
.add-class-here {display: table-cell;padding: 0 !important;}

.add-class-here .x-anchor-content {
    padding-bottom: 10px;
}
}

Please change the class name as per your choice.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.