[Support request] Spacing for yoast breadcrumbs and between elements

Home Forums Support [Support request] Spacing for yoast breadcrumbs and between elements

Home Forums Support Spacing for yoast breadcrumbs and between elements

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1474929
    Yves

    Hi,
    i have 2 questions which i cant figure out: (using generatepress 3.00 rc1)

    My URL: https://www.socken-struempfe-shop.de/kniestrumpfhosen-fuer-kinder/
    User: closte
    Pw: closte

    1. I want to reduce spacing under and over the breadcrumbs but only found an option above. Can you tell me the css for both?

    2. The spacing between elements like my blockquote and shortcodes that display the product stuff. Can you tell me how i add spacing there with css?

    Thanks

    #1474984
    Leo
    Staff
    Customer Support

    Hi there,

    1. Try this:

    .single.separate-containers .site-main {
        margin-top: 5px;
    }
    .yoast-breadcrumb p {
        margin-bottom: 5px;
    }
    .grid-container.yoast-breadcrumb {
        margin-bottom: 0;
    }

    2. For block quotes, you can just add margin-top and margin-bottom to this existing CSS:

    .entry-content>blockquote {
        border-left: 5px solid #B6D2E5;
        font-size: 13px;
        font-weight: 400 !important;
        position: relative;
        padding: 1.4em;
        background: #EEF7FE;
        font-style: normal;
    }

    And CSS for the products which isn’t controlled by GP:
    https://www.screencast.com/t/lsIGaagL

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