• 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

    with fullwidth/fullwidth centered:

    View post on imgur.com

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @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/

    Thanks and Regards,
    Milan

    Thread Starter zaredesign

    (@zaredesign)

    unfortunately it didn’t help, it gave only tiny strange shadow as you guys can see it picture.

    View post on imgur.com

    Changing margin 3px to 30px seemed to help but then my content goes wild on page..

    View post on imgur.com

    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!

    Hi @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.