Home Forums Jevelin Theme Center Columns Reply To: Center Columns

Home Forums Jevelin Theme Center Columns Reply To: Center Columns

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.