Column Not Configured Correctly

Home Forums Jevelin Theme Column Not Configured Correctly

Home Forums Jevelin Theme Column Not Configured Correctly

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • zeynlambat
    Participant

    Hello,

    I’ve placed three columns in a section using the unyson builder – however, the third column is dropping underneath rather than sitting in a row.

     

    See attached.

     

    website link is http://www.zainfit.com/fooderyfit

     

    How to fix this?

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

    Hi @zeynlambat,

     

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

     

    I visited your shared site and the columns are displaying fine for me as shown in the attached screenshot.

     

    Is the issues fixed?

     

    Best regards,
    Shufflehound team

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

    zeynlambat
    Participant

    Hello,

    I modified the settings to try 4 columns but as you can see from your screen shot, the columns are drifted to the left.

    See attached.

     

    I’ve reverted back to the original settings I had in the first post and you should be able to see the misconfiguration! Any help would be appreciated, thanks.

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

    You can display them in one line by adding 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

     

    @media (min-width: 768px){
    .sh-column.fw-col-xs-12.fw-col-sm-4 {
        width: 28%;
    }
    }

     

    Also you can configure its margin from column settings as shown in the attached screenshot.

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

    zeynlambat
    Participant

    Hello mate,

     

    I’ve added the CSS and margins are smaller. See attached.

     

    However, the problem still exists – any help would be appreciated!

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

    I can see it is displaying fine on your site now as shown in the attached screenshot.

     

    Please test it clearing your browser cache.

    Attachments:
    You must be logged in to view attached files.
Viewing 6 posts - 1 through 6 (of 6 total)