Support » Themes and Templates » Sidebar Shifts to Bottom of Page Constructor Theme

  • Resolved Cayden Mak

    (@caydenmak)


    Hi all, let me please start with a disclaimer. I’ve spent the better part of the day trying to solve this problem. I have closed tags, adjusted widths, resized images, all in vain. The sidebar is still stuck at the bottom of the page.

    See the website here: http://electricliterature.com/blog/

    The sidebar doesn’t have any issues in the single post view, but on the homepage and the category view, we have this issue. It really just became a problem when I installed the theme and my custom subtheme, and updated to the latest version of Constructor, on the new server, though I was able to replicate the problem on the machine I developed it on. (And now I can’t get it to go back.)

    I just need a fresh set of eyes, I think — what am I doing wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m guessing it’s the iframe

    Thread Starter Cayden Mak

    (@caydenmak)

    I thought so too — but eliminating the iframes doesn’t yield different results.

    Hi,
    In new version I changed layout’s system. Please open your custom layouts (I think you create it), and change class of content div:

    <div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">

    or for hardcode:
    <div id="content" class="box shadow opacity <?php the_constructor_layout_class('right') ?>">
    or:
    <div id="content" class="box shadow opacity layout-right">

    Thread Starter Cayden Mak

    (@caydenmak)

    Thanks!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidebar Shifts to Bottom of Page Constructor Theme’ is closed to new replies.