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] I need a seemless box-shadow around center column and right sidebar - I'm Pa (http://forum.bytesforall.com/showthread.php?t=21404)

wskdigital Jan 18, 2014 06:57 PM

[SOLVED] I need a seemless box-shadow around center column and right sidebar - I'm Pa
 
Hello hello,

First of all, no charity expected! I'll pay for your help.

Is there any way to create a perfect/seemless box-shadow around the center column and right sidebar(or any sidebar) in Atahualpa?

Your help highly appreciated and will be paid for. Thank you CSS pros!

William

juggledad Jan 19, 2014 05:51 AM

yes…with the caveats that this solution will only work with a fixed width site and it works in Safari, Firefox and Chrome on a Mac - IE results may vary - do not expect it to work in IE8 or earlier.

1) go to ATO->Style & configure LAYOUT->Layout WIDTH and type (FLUID or FIXED) and set it to '1000px'
2) go to ATO->Style & configure SIDEBARS and set the right sidebar to 200px
3) add the following to your CSS Inserts
HTML Code:

#layout tbody {width: 1000px;}
#layout tr#bodyrow {
    width: 1000px;
    box-shadow: 10px 10px 5px #000000;
    margin-bottom: 15px;
    display: block;
    border: solid 1px #000000;
}
td#middle {width: 800px;}
td#right {width: 200px;}

if you want a different width make sure to change the three widths in the CSS and make sure the middle and right add to the total.

wskdigital Jan 19, 2014 02:11 PM

Awesome, Worked like a charm.

Thanks Juggledad.

Donation/Payment sent.


All times are GMT -6. The time now is 01:31 PM.

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