New Landing How can we help? Atelier Extend Sidebar Background-Color to Reach Footer

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #184481
    Brookebot
    Member
    Post count: 112

    I am banging my head against a wall here. I feel like a total idiot because I can’t figure this out. I know it probably has a super simple solution, but I’ve spent over an hour trying to figure it out and I’m past ready to ask for help.

    Could you please look at the link I provided and tell me how to extend the left sidebar background color until it disappears behind the footer? Please also see attached image for more detail. Thank you so very much! I really appreciate any help you can offer! I know a SwiftIdeas brain will work better than mine.

    Attachments:
    You must be logged in to view attached files.
    #184502
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    It’s actually quite difficult, so don’t feel like an idiot. Actually took me a while to figure out! First remove the margin for this in your custom css:

    .sidebar {
      background-color: #00044e;
      margin: -69px 0 0 -15px;
      padding: 80px 15px 0 30px;
    }

    Then add this:

    aside.sidebar {
      bottom: 0;
      left: 0;
      position: absolute;
      top: -20px;
    }

    – Kyle

    #184829
    Brookebot
    Member
    Post count: 112

    Kyle you just made my day!
    XOXOXOXO
    Thank you! Thank you! Thank you!

    #184863
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    #184864
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    #186518
    Brookebot
    Member
    Post count: 112
    This reply has been marked as private.
    #186550
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    @media only screen and (min-width: 1025px) { 
    #main-container .inner-page-wrap > .col-sm-9 {
      min-height: 1100px;
    }
    }

    – Kyle

    #188807
    Brookebot
    Member
    Post count: 112

    thank you!

    #188859
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register