• This is a very cool theme, guys. Thanks! I’m using your shortcode for columns but having a few issues:

    1. The columns aren’t centered – seem to be nudged towards the left of the page.
    2. The columns/content don’t adjust with resizing the page on the browser (Firefox), instead they almost immediately stack vertically instead. (Return to horizontal when resizing to full page width.)

    Have searched everywhere for options or alternative coding but stumped, so if anyone has a solution would be very grateful!

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,
    1. Are you using a fullwidth page template?
    2. The columns should stay till 992px (tablet mode in bootstrap).

    If you want to edit that you can with css. Can you post a link?

    Kadence Themes

    Thread Starter tentpeg

    (@tentpeg)

    Wow, that was fast! ;-))

    1. Yup, fullwidth. (Just checked.)
    2. Maybe they are, not sure what px they disappear at. Link here OhOmMusic.com

    re:CSS Might I impose and ask what code where? (i.e. Edit a file or enter in the theme Advanced Settings) And any serious implications if I make the change?

    And again, that is incredible turn-around time on my post. Kudos and thanks!

    Hey,
    So I took a look at your site. You have the Text “Songs, videos and contact” all aligned left. The left side of the column would make it look like they are slightly left since the text doesn’t fill the width of your column. I suggest you just center align your text.

    as for the css to make the columns only switch on mobile. You can add this in your theme options > advanced settings. You don’t need to edit any files.

    @media (min-width: 768px) {
    .homecontent .col-md-4 {
        width: 33.33%;
        float: left;
    }
    }

    Kadence Themes

    Thread Starter tentpeg

    (@tentpeg)

    Duh! Can’t believe I missed that. (Too much code, too many sites, too little time ;-)) Sorry for the trouble. And thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Columns (with Shortcode) problems’ is closed to new replies.