Title: Boxed layout shadow issue
Last modified: April 9, 2020

---

# Boxed layout shadow issue

 *  [zaredesign](https://wordpress.org/support/users/zaredesign/)
 * (@zaredesign)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/boxed-layout-shadow-issue/)
 * Hi, with flash construction theme, boxed layout there is no shadow on right and
   left when my content is centered (full width or full width center). Shadow is
   only visible in top and bottom. When i change page/post layout to right/left 
   then i only see shadow top/bottom/left/right. But i want my content in center,
   atleast in homepage. Is there any code or fix? In flash construction DEMO page
   there is content centered and shadows are right also. Thanks for taking time 
   to look this issue!
 * images (with left/right layout there are shadows):
 * > [View post on imgur.com](https://imgur.com/yasvm5y)
 * with fullwidth/fullwidth centered:
 * > [View post on imgur.com](https://imgur.com/eFy7gRl)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fboxed-layout-shadow-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Milan Thapa](https://wordpress.org/support/users/rubick322/)
 * (@rubick322)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/boxed-layout-shadow-issue/#post-12654076)
 * Hi [@zaredesign](https://wordpress.org/support/users/zaredesign/),
 * Please add the following CSS:
 *     ```
       .boxed .site {
           margin: 30px 3px;
       }
       ```
   
 * Help link [https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/](https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/)
 * Thanks and Regards,
    Milan
 *  Thread Starter [zaredesign](https://wordpress.org/support/users/zaredesign/)
 * (@zaredesign)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/boxed-layout-shadow-issue/#post-12654903)
 * unfortunately it didn’t help, it gave only tiny strange shadow as you guys can
   see it picture.
 * > [View post on imgur.com](https://imgur.com/U4aSdxi)
 * Changing margin 3px to 30px seemed to help but then my content goes wild on page..
 * > [View post on imgur.com](https://imgur.com/pJaDFqm)
 * I’m pretty sure this thing should’t be fixed with CSS as demo flash page does
   not have this issue, it could be some problem with my layout or siteorigin builder.
   I would like to have additional CSS free page but if there is some code what 
   works then of course i add it.
 * Hoping to see more answers, thanks guy taking time for it!
 *  [Milan Thapa](https://wordpress.org/support/users/rubick322/)
 * (@rubick322)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/boxed-layout-shadow-issue/#post-12658575)
 * Hi [@zaredesign](https://wordpress.org/support/users/zaredesign/),
 * I took a look and at the end, I came to realize that, there’s a shadow to begin
   with in your site. It’s just your background image that’s making it look like
   there isn’t any as both background image and shadow color are with similar color.
 * But if you intend to keep the background image as it is then use the following
   CSS:
 *     ```
       body.custom-background {
           background-position: left top;
       }
       ```
   
 * Thanks and Regards,
    Milan.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Boxed layout shadow issue’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/flash/1.4.12/screenshot.jpg)
 * Flash
 * [Support Threads](https://wordpress.org/support/theme/flash/)
 * [Active Topics](https://wordpress.org/support/theme/flash/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/flash/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/flash/reviews/)

## Tags

 * [Shadow](https://wordpress.org/support/topic-tag/shadow/)

 * 3 replies
 * 2 participants
 * Last reply from: [Milan Thapa](https://wordpress.org/support/users/rubick322/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/boxed-layout-shadow-issue/#post-12658575)
 * Status: not resolved