• Resolved cubaton3

    (@cubaton3)


    Hello, I created my own WordPress theme for my site, my own style my coding.

    I just tested my site on Internet Explorer, I just noticed that the sidebar/widgets are showing scroll bars, I tried adding some coding on the CSS but couldn’t fix the issue.

    Here’s my CSS for the widgets:

    #sidebar .widget {
    	width:300px;
    	float:right;
    	background-color:rgb(0, 0, 0);
    	background-color:rgba(0, 0, 0, 0.4);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    	font-size:13px;
    	overflow:auto;
    	padding-bottom:0;
    	color:#FFF;
    }
    
    #sidebar .widget .widget-title {
    	background-color:#FFF;
    	border-bottom:thin dotted #FFF;
    	color:#676767;
    	font-size:14px;
    	font-weight:bold;
    	text-transform:uppercase;
    	padding:5px;
    	margin:auto;
    }

    Here’s my site http://www.sumbale.com

    Please check it out and help me out, remember is on Internet Explorer, i’m currently on the latest Internet Explorer, thanks. I will appreciate your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • WARNING
    site is loaded with pop-up advertisements

    Thread Starter cubaton3

    (@cubaton3)

    @batharoy, sorry I forgot to mention this, since I use an AdBlocked program I didn’t think about the ads, I was focusing on my problem.

    WARNING: Site has pop-up advertisements.

    I think it’s because of the iframes, 300px is really too narrow, have you thought about other ways to integrate your social media, such as the plugins supplied on WP.org?

    Thread Starter cubaton3

    (@cubaton3)

    I don’t have any iFrame, the only iFrame I have is the facebook like box, I decreased its size from 300px to 250px and it still shows scrollbars, the sidebar is not there with iframes, is there by the php get sidebar.

    I’m trying to use the less plugins as possible.

    Thread Starter cubaton3

    (@cubaton3)

    Problem solved, added overflow:hidden;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar shows scrollbars’ is closed to new replies.