Viewing 7 replies - 1 through 7 (of 7 total)
  • Fotis

    (@markwaregr)

    Hi inside scripts.js file in /js/ folder find
    $equals.matchHeight();

    then remove it

    Thread Starter nycplugged

    (@nycplugged)

    Is there a way to add a code to negate it instead?? I have a child theme…

    Fotis

    (@markwaregr)

    I am afraid you must remove it from your parent theme

    Thread Starter nycplugged

    (@nycplugged)

    anyone have any other way to do this?

    Thanks

    [ No bumping please. ]

    Actually, it’s the sidebar that’s flowing into the footer. As @markwaregr indicated, it’s javascript code that tries to keep the height of the content area and sidebar the same, but it’s really poorly done, IMO.

    If you want to try a CSS solution, add this to your child theme’s style.css file:

    
    #site-content .col-md-8,
    #site-content .col-md-4 {
      height: auto !important;
    }
    
    lifestylehunter

    (@lifestylehunter)

    Hi @crouchingbruin

    Thanks for the response, I’m new in WordPress and haven’t touched the CSS. I went to Appearance -> Editor -> Stylesheet and a lot of code appeared…

    Should I copy paste that code you wrote at the end or at a specific location between all the text?

    (My site: http://thelifestylehunter.com)

    Thanks,
    Pilar

    lifestylehunter

    (@lifestylehunter)

    BTW @crouchingbruin, when I customized the theme I added this in “Additional CSS” because the content was to narrow (don’t know if it affects)?

    .page-template-template-fullwidth #site-content .col-md-8.col-md-offset-2 {
    margin-left: 0px;
    padding: 0px 5%;
    width: 100%;
    }

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

The topic ‘Footer Menu Cuts Into Sidebar’ is closed to new replies.