Cuelinks widget’s half part is getting hidden on WordPress website

I have my website. I have applied cuelinks widget for affiliate program. My website have enough margin at right but still widget’s right-half part is getting hidden within layout.

The widget’s HTML code is

<p align=center> <iframe width='300' height='600' frameborder='0' scrolling='no' src='https://widget.cuelinks.com/widgets/42308?cid=43033'></iframe> </p>

Solution I tried I have added following code in style.css at the bottom of the file in webhosting.

.sidebar { border-left: none !important;}
#content, .entry-no-pic .entry-content  { border-right:1px solid #E1E1E1; margin: 0 0

Leave a Comment