Home Forums Support Shadow

Viewing 15 posts - 1 through 15 (of 28 total)
  • Author
    Posts
  • #1488452
    Shubham

    Hey, I am a new GP user and would like to tell you that the experience with GP is amazing.

    On to the question – I want to add shadows to my sidebars only and not the area holding my blog post and contents. How can I do it?
    Help me out, please.

    #1488497
    David
    Staff
    Customer Support

    Hi there,

    Thanks for the feedback – its much appreciated.
    can you share a link to your site so i can see the layout – we can then provide the right CSS.

    #1488959
    Shubham

    HERE IS MY SITE
    I want the other pages to show content i.e in separate containers, same as the home page.

    #1489020
    Leo
    Staff
    Customer Support

    There is actually shadows added to the sidebar widget area already with this CSS in Additional CSS field in the customizer:

    .inside-article, .sidebar .widget, .comments-area {
        border: 1px solid rgba(232, 234, 237, 1);
        box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    }

    You can tweak the shadow using a site like this:
    https://www.cssmatic.com/box-shadow

    And change the selector to .sidebar .widget only if you want the shadow with sidebar only.

    Let me know if this helps 🙂

    #1489098
    Shubham

    I guess I couldn’t frame the question well enough, my bad.
    I am leaving a link for example. Please look into it and tell me how can I make the content layout similar. Thanks!

    #1489160
    Leo
    Staff
    Customer Support

    Try this:

    .inside-article, .sidebar .widget, .comments-area {
        box-shadow: 0 1px 10px rgba(72,139,201,.2);
        border-radius: 15px;
    }
    #1490273
    Shubham

    What you suggested has somehow helped but if you can go to my site and check the blog page and home page that would be great.
    I want the containers to be separate for each post and no extra page and border in the background.
    To be more specific I want the pages exactly the same as the home page is currently now with no extra container at the back for the blog posts.
    I hope that explains it all. Thanks!

    #1490656
    Leo
    Staff
    Customer Support

    Still a little bit confused.

    Do you want the home page to be the same as the blog page or the blog page to be the same as the home page?

    #1490702
    Shubham

    The blog page same as the home page.

    #1490797
    Leo
    Staff
    Customer Support

    Give this CSS a shot:

    body.blog .generate-columns, body.archive .generate-columns {
        margin-bottom: 0;
        padding-left: 0;
    }
    #1490806
    Shubham

    Didn’t work..

    #1490908
    Leo
    Staff
    Customer Support

    Looks like your layout completely changed?

    I’m not seeing the Marketer layout as before.

    Can you link me to the page in question again with the CSS added?

    #1490917
    Shubham

    I am sorry I was just trying out other demos.
    It’s back to the marketer one.
    Now as you see the home page that’s exactly how I would like the blog page to be. Thanks!

    #1490920
    Leo
    Staff
    Customer Support

    I’m not seeing my CSS added. Can you add it in?

    #1490923
    Shubham

    Done. Please Check.

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