Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1041561

    Hi there! Firstly – love the theme and it’s working really well. I have been trying to find out how to add boxes around all elements.
    Here is an example of what I am trying to achieve (not my site):

    The main body, header and sidebars all have boxes and shadows and I wondered if there was an easy way to achieve this??

    Many thanks :)

    • This topic was modified 5 years, 11 months ago by zippyants.
    #1042071

    Anyone?

    #1043260

    Hi zippyants,

    We apologize for the delayed response.
    Can you give us a link to your site? it would be better if your site is using a boxed layout.
    It’s possible using some css code, specifically box-shadow.

    Best regards,
    Nikko

    #1044397
    This reply has been marked as private.
    #1044510

    Hi zippyants,

    I see you’re using this value:

    box-shadow: 0 0 10px 0 #000000;

    try using this instead:

    box-shadow: 0 0 10px rgba(1,1,1,0.26);

    Hope this helps.

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.