• Resolved allover

    (@allover)


    Hi I’m using the Pool theme and have searched in Support but nothing has worked. Can anyone tell me how I can create a border around my sidebar???

Viewing 9 replies - 1 through 9 (of 9 total)
  • You’ll get a better response by posting a link to the site.

    Thread Starter allover

    (@allover)

    Would it be okay to just post my CSS style sheet?

    Not for me, but there may be someone else willing to take the extra time required…

    Thread Starter allover

    (@allover)

    Hmm. Guess I’ll give it a shot.

    Thanks Yosemite. ??

    [moderated – long code removed]

    Don’t post long code here, please!
    It is difficult to read and nobody really bothers to take a look at it. You can use https://pastebin.com or similar services (google for it) – and post back with the URI.
    For posting small code snippets, please read carefully the instructions here below the text input area: the “backticks” usually are located on top-left of your keyboard, where ~ [tilde] is.

    Thread Starter allover

    (@allover)

    Eeek, sorry. Will do. Thanks Moshu. ??

    Thread Starter allover

    (@allover)

    Can anyone tell me where to add the code to make a border around my sidebare in the Pool Theme?

    #sidebar {
    float: right;
    font-size: 11px;
    line-height: 1.5em;
    margin: 0;
    padding: 0 10px;
    width: 170px;

    Try?:
    #sidebar {
    float: right;
    font-size: 11px;
    line-height: 1.5em;
    margin: 0;
    padding: 0 10px;
    width: 170px;
    border: thin solid black;
    }

    Reference: https://www.w3schools.com/css/css_border.asp

    Thread Starter allover

    (@allover)

    Yosemite!! Sorry for the late reply. I sort of gave up. But took a chance and saw your post.

    That worked great! How did you know what to use? I tried everything….

    Now I just need to figure out how to tweak it so it will look the same in FireFox and Explorer!

    Thanks so much! ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Border Around SideBar. How to???’ is closed to new replies.