Home › Forums › Support › Full height sidebars This topic has 11 replies, 4 voices, and was last updated 6 years, 2 months ago by Tom. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts September 12, 2017 at 6:15 am #383842 David Hi, how I can to do for what sidebars have height 100%? (height as content) with background color. DavidRoda.com Thanks! September 12, 2017 at 8:14 am #383942 LeoStaff Customer Support Hi David, Your sidebar is currently from Elementor so the best bet is to ask their support. Hope this helps! September 12, 2017 at 10:32 am #384056 David Hi Tom, ok, I have already removed the elementor library on the right sidebar, how i can to do it full height? Regards September 12, 2017 at 12:46 pm #384139 LeoStaff Customer Support Can you try this CSS: #right-sidebar { float: none; display: table-cell; } .inside-right-sidebar { background-color: #ffffff; } September 12, 2017 at 1:28 pm #384166 David Hi, This code not work, I want that the sidebar will be full height, September 12, 2017 at 8:44 pm #384330 TomLead Developer Lead Developer Since you’re using both sidebars, you’ll need to use jQuery: https://generatepress.com/forums/topic/equal-length-columns/page/2/#post-38550 September 13, 2017 at 2:38 am #384469 David 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! September 13, 2017 at 5:12 am #384543 DavidStaff Customer Support 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. September 13, 2017 at 6:53 am #384577 David Great!! Only that the rest of the sidebar takes a little late, do you know how I can do it to load at the same time as the sidebar? You can see here: http://davidroda.com/curso/whiteboard-pizarra-blanca/1-1-descargandolo-gratuitamente/ Thanks and regards! September 13, 2017 at 9:42 am #384735 TomLead Developer Lead Developer 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. September 13, 2017 at 10:37 am #384787 David 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. September 13, 2017 at 8:38 pm #385008 TomLead Developer Lead Developer Sounds good – let me know if you find a better solution 🙂 Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In