• Resolved Dan33185

    (@dan33185)


    I’m setting up my website, and I’m having an issue I’m not sure how to fix. I have a ton of dead space to the right of my right sidebar, and I’m not sure how to get rid of it. I’ve tried resizing the page width, etc, and have had no luck. Any ideas?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Little Package

    (@littlepackage)

    Hi @dan33185

    You’ve got some CSS causing trouble in your site header. Are you able to add/edit CSS for your site? If so, adding

    body #headerimgwrap {
        float: none;
        position: relative;
        left: unset;
    }
    body #headerlogo {
        float: none;
        text-align: center;
        left: unset;
    }

    should sort this out.

    Thread Starter Dan33185

    (@dan33185)

    Awesome, that worked perfectly! Thanks for the quick help!

    Little Package

    (@littlepackage)

    You are very welcome. Make sure it looks OK on smaller screens (I did, but you might want to confirm). Happy Friday!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get rid of dead space’ is closed to new replies.