Home › Forums › All Other Themes › Padding glitch on homepage
- This topic has 5 replies, 2 voices, and was last updated 1 year, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 26, 2023 at 12:12 am #205046
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.
April 26, 2023 at 10:34 am #205049Hi,
Kindly use this CSS to reduce bottom padding.
#sktbuilder-block-gallery-zoom-block-1000 { padding-top: 0; }
Regards,
ChrisApril 26, 2023 at 10:18 pm #205086Great, 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.”
April 27, 2023 at 10:45 am #205094Hi,
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,
ChrisApril 27, 2023 at 9:19 pm #205112Excellent, thanks.
April 28, 2023 at 10:35 am #205125Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.