Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #429300

    I am trying to change the thin border line that is across the entire site from 1px to 2px. I have done this successfully in most places, except here on the main blog page it looks funky. The 2px is only a space in the middle, but doesn’t reach all the way to the top or to the bottom. See here:

    http://hineytales.com/blog/

    Thanks.
    Lizy

    #429526

    Hey lizybloom!

    Thank you for coming back.

    Try to use the following:

    
    .page-id-3848 #main .content {
        border-right: 0 none !important;
    }
    .page-id-3848 #top #main .sidebar {
        border-left-width: 2px !important;
    }
    
    

    Regards,
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.