Okay
  Public Ticket #2075145
Center objects on mobile
Closed

Comments

  •  5
    epicnick started the conversation

    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


  •  1,559
    Laborator replied

    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


      Documentation         Join Kalium Users Group

  •   epicnick replied privately
  •  1,559
    Laborator replied

    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:

    /* Center homepage elements */
    .center-align {
        text-align: center;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group