I have the same structure for 5 rows in my homepage. Please have a look at the attachment 'frontend-desktop.png'.
On mobile, I would like to have the logo, text and button centered. Right now these objects are aligned left. Please have a look at attachment 'frontend-mobile.png'.
Is there a quick setting to do this? I've been trying different things but I'm not able to work it out.
Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.
To include your credentials click Insert Credentials button in editor toolbar. (See how)
Edited the homepage and duplicated the row, one is only for mobile version and the other is for desktop and tablet version, in the mobile version I have added this class (.center-align) to the column and centered the image through the options, after that I went to Custom CSS and added this code:
/* Center homepage elements */
.center-align {
text-align: center;
}
Hi,
I have the same structure for 5 rows in my homepage. Please have a look at the attachment 'frontend-desktop.png'.
On mobile, I would like to have the logo, text and button centered. Right now these objects are aligned left. Please have a look at attachment 'frontend-mobile.png'.
Is there a quick setting to do this? I've been trying different things but I'm not able to work it out.
Thanks again for the great support!
Best regards,
Nick
Hi Nick,
Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.
To include your credentials click Insert Credentials button in editor toolbar. (See how)
Best regards,
Laborator Team
Hi Nick,
Edited the homepage and duplicated the row, one is only for mobile version and the other is for desktop and tablet version, in the mobile version I have added this class (.center-align) to the column and centered the image through the options, after that I went to Custom CSS and added this code:
Best regards,
Laborator Team