Duster Theme Remove Gray line on Static Pages

  • Unknown's avatar

    I would like to remove the gray line directly under the end of the content on static pages on my site. There are redundnat lines visible, one at the bottom of the static page content and another directly above the footer.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    They be gone with the following

    #supplementary, #site-generator {
    border-top:none;
    }
  • Unknown's avatar

    Once again you’ve helped me.
    I pasted the code but only one of the gray lines is gone, I’m assuming it is the footer line that has stayed?

    Can I remove that line as well? Or should I leave it?

    Also, on my static pages, I would like them to span the whole white area but it seems the space is driven left with what appears to be room for a sidebar, only no sidebar functions there unless I do the other template, which I don’t want to use! :)

  • Unknown's avatar

    Nope, that is another line that is on the bottom of the content div. Use this to get rid of that.

    .hentry {
    border-bottom: none;
    }

    On the about page, there just isn’t enough words in the first line to cover the entire content area, but if you want the content area wider (they have a pretty generous margin set) add the following to your CSS

    .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    width: 88.9%;
    }

    It was 68.9% width and I bumped it up by 20 which seems to look good.

  • Unknown's avatar

    How about the space on the home page. Can you see the content I recently added?

    It is all to the right instead of across the page. Is it possible to add a sidebar to the static pages, on the right, without messing things up? I would do that if I could.

  • Unknown's avatar

    If I add new static pages, such as a services page, can I use the coding above to make the layout of the text the same? Do I need to change something in order for it to apply to other pages?

  • Unknown's avatar

    integralnatmed ~ If you happen to return, I’m wondering what code you used to put your logo on top. Thanks!

  • Unknown's avatar

    This is the code sacredpath gave me a few days ago and it worked like a charm. Then I loaded in the other photos as the header.

    #site-title {
    background:url(‘http://integralnatmed.files.wordpress.com/2011/02/keith-logo-1-2-shadow2.png’) no-repeat scroll 0 0 transparent;
    font-size:25px;
    height:35px;
    line-height:30px;
    width:940px;
    margin:0 0 18px;
    }

    Personalize this with your url of course and adjust the sizes as necessary.

  • Unknown's avatar
  • The topic ‘Duster Theme Remove Gray line on Static Pages’ is closed to new replies.