[Resolved] Equal length columns

Home Forums Support [Resolved] Equal length columns

Home Forums Support Equal length columns

Viewing 15 posts - 46 through 60 (of 90 total)
  • Author
    Posts
  • #81945
    Tom
    Lead Developer
    Lead Developer

    Sure is! πŸ™‚

    #110439
    Pieter VAN OPSTAL

    Hi Tom,

    Sorry for re-opening this thread… I’m working on a new site http://www.argentat.nl/wp I tried the script you gave a few months ago, i’m wondering if you managed to find a way using different colors for content and sidebar. I want to get the brown from the left sidebar to the footer. I tought of using a background image for the content, but i think it will be a problem because it wouldn’t be responsive…

    Thank you

    PS: Sorry for not giving an awnser a few pages ago, but I changed a lot on the other website and didn’t need the script anymore. I was to bussy.

    #110502
    Tom
    Lead Developer
    Lead Developer

    Since you’re using the script, you can add this CSS and it should work:

    .inside-left-sidebar {
          background: #9E8473;
    }
    #110507
    Pieter VAN OPSTAL

    I just tried it, but it seems not to be working.

    #110508
    Tom
    Lead Developer
    Lead Developer

    When you pasted the code into the wp_footer hook, you also pasted in some CSS which is setting the color to white.

    You can remove the CSS from the wp_footer hook and it will work πŸ™‚

    #110510
    Pieter VAN OPSTAL

    Wow!!!

    Thank you so much, how can I offer you a coffee or a beer?
    Your service is great, continue like this!

    #110512
    Tom
    Lead Developer
    Lead Developer

    Ha! Thanks so much! There’s a “Buy me a coffee” button in your Dashboard under “Appearance > GeneratePress”.

    Really appreciate it! Thanks again πŸ™‚

    #110513
    Pieter VAN OPSTAL

    Done πŸ˜‰

    Thanks for you help!

    #110514
    Tom
    Lead Developer
    Lead Developer

    Thank you! Will use it on my morning coffee πŸ˜‰

    #112869
    James Frost

    Tom,

    I’m trying to do something similar to this, but instead expanding the main content on short pages to the length of the sidebar, e.g. on this page : http://www.alanbaxteronline.com/contact/

    I don’t just want to set the background of the theme to white, as I like the black borders around the sidebars at present, any other ideas?

    Best regards

    James

    #112914
    Tom
    Lead Developer
    Lead Developer

    This method would work well for you – your sidebars are already solid white, so it would just take your sidebars and main content to the same height. The black borders between sections would remain πŸ™‚

    #112917
    James Frost

    Tom,

    perfect – now sorted. I’d tried the sidebar code originally but didn’t realise I needed to set the main content to white as well. Looking nice : http://www.alanbaxteronline.com/contact/

    thanks again

    James

    #112919
    Tom
    Lead Developer
    Lead Developer

    Perfect! Glad I could help πŸ™‚

    #154703
    Larry

    Hi Tom and thanks for the great theme / support.

    Is there any way to make the content of the sidebar sticky while using this footer code. I tried this plugin before adding the equal length column code and it worked great.

    https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/

    Now the sidebar is full height there is no “stickiness”.
    Thanks

    #154732
    Larry

    Perhaps some more details are in order.

    I set the id #right-sidebar to be sticky in the plugin and it worked well before. Now I need the sidebar to stick from class .inside-right-sidebar but this is no longer unique as it is also called by the new script in the footer.

    I guess I need to give the inside-right-sidebar content a new identifier to allow the Sticky Plugin to work. I don’t know how to approach this.

    The site (in development) is: http://www.havuzcu.net/

    I don’t really need the equal column height, I only need to have no spacing between the sidebar widgets while keeping the space between the main container and sidebar.

Viewing 15 posts - 46 through 60 (of 90 total)
  • The topic ‘Equal length columns’ is closed to new replies.