Center Columns

Home Forums Jevelin Theme Center Columns

Home Forums Jevelin Theme Center Columns

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Vasques001
    Participant

    Hi there,

     

    Well done on the theme it is awesome 🙂

     

    I’d like to know if there is a way to center the columns, like on the screenshot attached?

     

    I tried to used the section switch option ‘Center Columns’, but it didn’t work.

     

    Cheers

    P

    Attachments:
    You must be logged in to view attached files.

    Hi P,

     

    I hope you are well today and thank you for your question.

     

    We can centre align it by developing custom CSS code.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Vasques001
    Participant

    Hi there,

     

    Sorry of the delay reply.

    Unfortunately I’m working on my localhost. Would you be able to help without a URL? I can apply the CSS on my end.

     

    Cheers

    P

    Solution for this topic

    Ok then please add the class centre-column to the column that you want to display centre aligned as shown in the attached screenshot.

     

    Then add the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-column.centre-column {
        margin: 0 auto;
        float: none;
    }
    Attachments:
    You must be logged in to view attached files.

    Vasques001
    Participant

    Hi there,

     

    It worked like a charm, thanks very much 🙂

    Cheers

    P

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)