• Resolved domesticlife

    (@domesticlife)


    I’m having problems centering items in my sidebar, the items center but there seems to be a margin builtin that forces them over then they center off to the side. I’ve snooped around the stylesheet but I’m still fairly new at this. Thanks to anyone that can help.

    John
    https://www.domesticlife.org

Viewing 2 replies - 1 through 2 (of 2 total)
  • your problem seems to lie here:


    #side-left {
    float: left;
    width: 125px;
    margin: 10px 0px 10px 2px;
    padding-left: 5px;
    padding-right: 8px;
    text-align: center;
    }
    As you can see, you have defined a left margin of 2px, right padding of 8px, and left padding of 5px. Hope this helps.

    Domesticlife,
    Noticed that you are still having issues with your sidebar and wondering if you removed the margin and padding?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem centering items in sidebar’ is closed to new replies.