Site logo

Archived topic

Full height sidebars

11 replies · Started by David on September 12, 2017

Viewing posts 1–12 of 12

Hi,

how I can to do for what sidebars have height 100%? (height as content) with background color.

DavidRoda.com

Thanks!

Hi David,

Your sidebar is currently from Elementor so the best bet is to ask their support.

Hope this helps!

Hi Tom,

ok, I have already removed the elementor library on the right sidebar, how i can to do it full height?

Regards

Can you try this CSS:

#right-sidebar {
    float: none;
    display: table-cell;
}
.inside-right-sidebar {
    background-color: #ffffff;
}

Hi,

This code not work, I want that the sidebar will be full height,sidebar

Hi Tom,

Sorry but I am not programmer and I do not know where I have to add that code, I do not know where is "wp_footer hook"

If you can explain me how do it, I would appreciate.

Thanks!

If you have the Hooks add-on activated in GP Pro then go to Dashboard > Appearance > GP Hooks.
This will show a list of Meta Boxes including the WP_Footer. Just post the code in there and click Apply.

Unfortunately javascript takes a second to load.

You can try changing this: jQuery(window).load(function($) {

To this: jQuery(document).ready(function($) {

It's near the bottom of the code.

Hi Tom,

ok, I have changed it and I don't notice much difference, I will investigate how to improve javascript loading.

Thanks you very much for the help, I'm sure this thread will serve more amateur people.

Best regards.

Sounds good - let me know if you find a better solution :)

This archived topic is closed to new replies.