Viewing 5 replies - 1 through 5 (of 5 total)
  • It would help if you’d tell what your problem actually is.

    Thread Starter rcgibbons1

    (@rcgibbons1)

    I was referring to the problem I posted an hour earlier!

    I have looked at other posts but they don’t seem to reslove my problem. My blog is https://www.partnershiprussia.com/internationalchristianblog
    and I am trying to add spacing between the widgets in both sidebars. They are jammed together! I am using the theme Amazing Grace. I have tried adding padding and margins to all spots that I thought might fix it but have had no luck. Thanks, Randy

    try adding .widget to your css and giving top and bottom padding

    like

    .widget {
       padding: 10px 0px;
       }

    Thread Starter rcgibbons1

    (@rcgibbons1)

    Ok, I will try that, thank you!

    Thread Starter rcgibbons1

    (@rcgibbons1)

    I guess I am not adding it to the correct spot. I added it under containers but it did not work (code prior to my adding it):

    *************************************
    +Containers
    *************************************/
    body
    {
    background:#f8f8ec url(images/bg.jpg) repeat-x top left;
    color:#151515;
    font-family:Verdana, Georgia, “Times New Roman”, Times, serif;
    font-size:72.5%;
    line-height:1.4;
    text-align:left;
    margin:0;
    padding:0;
    }

    #wrap
    {
    position:relative;
    padding-top:1em;
    text-align:left;
    width:1004px;
    margin:0 auto;
    }

    #header
    {
    text-align:left;
    width:1004px;
    margin-bottom:95px;
    padding:40px 0 0;
    }

    #portrait-bg
    {
    position:absolute;
    width:319px;
    height:221px;
    right:0;
    top:0;
    }

    #rss-big
    {
    position:absolute;
    background:url(images/rssbig.jpg);
    width:111px;
    height:67px;
    top:126px;
    left:25px;
    }

    #content
    {
    font-size:1.1em;
    float:left;
    width:520px;
    padding:0 0 0 1em;
    }

    #sidebar-left
    {
    background:#BDB76B;
    border:0px ;
    font-size:1em;
    float:left;
    margin-left:20px;
    width:180px;
    padding:.5em .2em 2em 1em;
    }

    #sidebar-right
    {
    font-size:1em;
    float:left;
    margin-left:10px;
    width:205px;
    padding:.5em .4em 2em 1em;
    text-align:justify
    }

    #footer
    {
    background:url(images/bg-footer.jpg) repeat-x bottom left;
    color:#e6e6e6;
    font-size:1em;
    clear:both;
    text-align:center;
    padding:1em;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can someone help please?’ is closed to new replies.