• Resolved catwingz

    (@catwingz)


    Hi,

    First, please confirm that you’re not abandoning this theme. The repository and it’s alerts about a lack of updates is always worrisome. We’ve been using it for this site for some time and don’t want to switch!

    However, we’re doing a little updating… I am trying to balance the left sidebar and main content areas so they have the same treatment. To do this I first tried giving #content-right a top and right border. Unfortunately there is a gap between the top borders of the two areas.

    top border only

    The I tried adding a left border and discovered the space between #content-right and #left-column.
    left & top border

    I’ve been experimenting with padding and margins but need help with finding the best solution to arriving at a single stripe between the two areas.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I guess you can play around with the container backgrounds and margins to customize it like that. See if this helps:

    .container-fluid {
        background: rgb(8, 84, 126);
    }
    
    #content-right {
        background: #ffffff;
        margin-top: 20px;
    }

    The theme is supported and we continue to maintain it.
    Please note however that we don’t normally don’t provide help with site customization work. If time allows we are happy to provide a code snippet here and there but it’s not part of our standard support.

    Thread Starter catwingz

    (@catwingz)

    That worked. All I needed to do was add a margin-right to it and it’s exactly what I was hoping for.

    I understand about customizing. Snippets like this one go a long way.
    Good to hear the theme isn’t going to fade away.

    Thank you!

    Fyi, the checkbox for resolved appears to have been removed…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between sidebar and main content’ is closed to new replies.