Padding glitch on homepage

Home Forums All Other Themes Padding glitch on homepage

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #205046
    Paul SheiffelePaul Sheiffele
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: December 30, 2022

    Hi, I built my homepage with your SKT builder at test.genetargeting.com. For some reason, when I select to have the bottom padding set to 0 in one section, it does not go to 0 and there is an excessive amount of white space. Sounds like a glitch?

    The section with this issue is near the top of our home page, it is the section that has the 3 columns of blue boxes that say “conditional knockout, rosa26 cdna knockin, custom crispr mice”, etc. Just beneath the big blue banner image.

    Can you please adjust the bottom padding to match the top padding for this section? We want it to be an even amount of white space on both the top and bottom.

    Additionally, below it with our graphic that says “we now offer in vivo preclinical services,” can you have this extend to fill up the width of the white content area, with no padding on the sides? Having it match the width of the section below it.

    Thanks.

    #205049
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to reduce bottom padding.

    #sktbuilder-block-gallery-zoom-block-1000 {
      padding-top: 0;
    }

    Regards,
    Chris

    #205086
    Paul SheiffelePaul Sheiffele
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: December 30, 2022

    Great, thanks! That worked! What about for the other padding issue?

    “Additionally, below it with our graphic that says “we now offer in vivo preclinical services,” can you have this extend to fill up the width of the white content area, with no padding on the sides? Having it match the width of the section below it.”

    #205094
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to make image full width.

    #sktbuilder-block-gallery-zoom-block-1000 .qb-container {
      width: 100% !important;
      padding: 0;
      max-width: inherit;
    }
    #sktbuilder-block-gallery-zoom-block-1000 .qb-container p {
      margin-bottom: 0;
    }
    #sktbuilder-block-gallery-zoom-block-1000 .qb-container img {
      width: 100%;
      vertical-align: top;
    }

    Regards,
    Chris

    #205112
    Paul SheiffelePaul Sheiffele
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: December 30, 2022

    Excellent, thanks.

    #205125
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

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