• Resolved Michael

    (@tony-alibaba)


    Hey friend

    I know that this code removes the right sidebar border
    and it works fine but…..

    #right.widget-area, #right.widget-area:after {
      margin: -10px 0px 0px 30px;
      border-left: 0px solid #F8F8FF;

    but there is still a vertical line that appears where the border used to appear and the vertical line is white and my background is light blue, so the line stands out, I need ithe line gone, but I cannot figure out how to remove it. check it out: https://poetsayings.com/poem-50/

    it’s a thin white line at the top of the right sidebar, left of the words, tip the poet, I need the line gone, any help would be greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Wolfs bRain

    (@wolfs-brain)

    Hey Michael, this aughta fix your problem.

    #right.widget-area:before {
        border-left:none;
    }

    Let me know if it works and if you have any other questions.
    – Wolfy and brain (′?ω?`)

    Thread Starter Michael

    (@tony-alibaba)

    3 BIG CHEERS for Wolfy! You are awesome and thank you for taking the time to solve my little dilemma, I appreciate it!

    Wolfs bRain

    (@wolfs-brain)

    Wow, what a response, I’m glad to know I helped out.

    Thread Starter Michael

    (@tony-alibaba)

    My pleasure Wolfy, it was driving me bonkers, I must have spent two hours trying to delete that dam line, could not have did it without ya my friend, have a great weekend.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Right Sidebar Border Help please.’ is closed to new replies.