• Resolved brightsidew3

    (@brightsidew3)


    Hello.

    Please can you look at:
    http://www.marykdelights.co.uk/

    I can’t get the columns to work.
    I have already tried add the below line to theme functions:
    add_filter( ‘gca_load_column_styles’, ‘__return_false’ );

    But this has no effect on the columns. And also makes the line appear on the actual website which I obviously don’t want.

    Can you help?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Good morning

    Your theme appears to be adding some additional padding to the columns which is throwing things off a bit. This shouldn’t be an issue if the box-sizing property was set to border-box on your theme, but this doesn’t seem to be the case. The code below should take care of this for you.

    .one-half {
        box-sizing: border-box
    }

    Try adding this to your theme’s style.css file and let me know if this works for you.

    Thanks!

    Nick

    Thread Starter brightsidew3

    (@brightsidew3)

    Hi Nick.

    Thank you very much. That works!
    Great support 🙂

    Plugin Author Nick Diego

    (@ndiego)

    Great! Let me know if you have any additional questions.

    Nick

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Columns not showing’ is closed to new replies.