Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Opacity issue between center column and right sidebar (http://forum.bytesforall.com/showthread.php?t=22103)

morgana123 Apr 16, 2014 12:32 PM

[SOLVED] Opacity issue between center column and right sidebar
 
Hi there,

I have opacity settings in place so the background shows through on both the sidebar and the center column, but no opacity between them. Where should I be looking to correct this, please?

This is one of the pages in question:
http://stage.thorntonwilder.com/dram...lays/our-town/

Opacity in the center is done this way:
ATA -> Style & edit center column:
filter: alpha(opacity=90);
opacity: 0.9;

and opacity in the right sidebar is handled with a div for the widget:
ATA -> Add HTML/CSS Inserts:
.frame {
background:rgb(255,255,255);
background: transparent\9;
background:rgba(255,255,255,0.9);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=#e5ffffff,endColorstr=#e5ffffff);
zoom: 1;
}
.frame:nth-child(n) {
filter: none;
}

But I do need continuity between the two, and not what's there now (clear "bleed-through" of background.

Many Thanks for any help!! And yes, I will contribute to the coffers! :)
morgana123

juggledad Apr 16, 2014 02:04 PM

you have a background image on the right sidebar

morgana123 Apr 17, 2014 08:45 AM

True, but it was transparent for the most part. It was the removal of the padding that did it. You did prompt me to return to looking at ATA -> Style & config sidebars, which is of course where i needed to check. Thanks muchly! ;)


All times are GMT -6. The time now is 10:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.