Removing space from product description

Solved

Removing space from product description

btwu10
Excursionist
18 0 8

IMG_4660.PNG

How do I remove this space in my product description? Please see code below:

<p>Each bottle of <span style="color: rgb(198, 156, 71);"><em><strong>Solaris Wellness </strong></em></span>is packed with medicinal potencies of adaptogens and nootropics that provide a <em><strong><span style="color: rgb(198, 156, 71);">wealth of health benefits! </span></strong></em>These productivity shots are more fully absorbed than gmmies / capsules and are a great energizing alternative to coffee and energy drinks <em><strong><span style="color: rgb(198, 156, 71);">without the jitters, crash or poor sleep!</span></strong></em><!-- Begin Accordion Snippet --></p>
<style>
.so-tab {
position: relative;
width: 100%;
overflow: hidden;
margin: 25px 0;
}
.so-tab label {
position: relative;
display: block;
padding: 0 25px 0 0;
margin-bottom: 15px;
line-height: normal;
cursor: pointer;
}
.so-tab input {
position: absolute;
opacity: 0;
z-index: -1;
}
.so-tab-content {
max-height: 0;
overflow: hidden;
transition: max-height .35s;
}
/* :checked */
.so-tab input:checked ~ .so-tab-content {
max-height: none;
}
/* Icon */
.so-tab label::after {
position: absolute;
right: 0;
top: -20px;
display: block;
width: 3em;
height: 3em;
line-height: 3;
text-align: center;
-webkit-transition: all .35s;
-o-transition: all .35s;
transition: all .35s;
}
.so-tab input[type=checkbox] + label::after {
content: "+";
}
.so-tab input[type=radio] + label::after {
content: "\25BC";
}
.so-tab input[type=checkbox]:checked + label::after {
transform: rotate(315deg);
}
.so-tab input[type=radio]:checked + label::after {
transform: rotateX(180deg);
}
</style>
<div class="so-accordion-wrapper">
<div class="so-tab">
<input id="so-tab-1" type="checkbox" name="tabs"> <label for="so-tab-1"><span style="color: rgb(198, 156, 71);"><em><strong>Features and Benefits:</strong></em></span></label>
<div class="so-tab-content">
<p><span style="color: rgb(198, 156, 71);"><em><strong>Natural Uplift in Clarity for the Mind:</strong></em></span> Provides the recommended daily dose of Lion’s Mane (1000mg) while combining the power of Citicoline, N-Acetyl L-Tyrosine, Huperzine A, and Vitamins B6+B12 with the synergies of caffeine and L-theanine to promote focus, memory, cognitive function and a balanced mood to get 'in the zone'.</p>
<p><span style="color: rgb(198, 156, 71);"><em><strong>Potent Productivity Boost for the Body:</strong></em></span> Packed with 3000 mg of Cordyceps for a natural uplift in physical performance and stamina through improved circulation and oxygenation, plus bonus health benefits in reducing inflammation and fatigue while its antioxidant properties help the body adapt to stress.</p>
<p><span style="color: rgb(198, 156, 71);"><em><strong>Low Caffeine Content:</strong></em></span> Contains only 90mg of caffeine from guarana extract (less than most coffee and energy drinks), relying mostly on alternative energizing ingredients for a smooth uplift after your morning coffee wears off without the poor sleep.</p>
</div>
<div class="so-tab">
<input name="tabs" type="checkbox" id="so-tab-2"><label for="so-tab-2"> <span style="color: rgb(198, 156, 71);"><em><strong>Recommendations for use:</strong></em></span></label>
<div class="so-tab-content">
<p>Each bottle is one serving. Take one serving a day or as needed (max one a day due to high concentrations of Cordyceps, Lion's Mane, Citicoline, N-Acetyl L-Tyrosine, and Huperzine A). Keep out of reach of children. Ready to drink, no refrigeration needed. For best flavor, shake well and drink chilled.</p>
</div>
<p><span style="color: rgb(198, 156, 71);"><em><strong>Try your first 2 bottles on us!</strong></em></span></p>
</div>
</div>
</div>

Accepted Solution (1)

Mustafa_Ali
Explorer
347 28 56

This is an accepted solution.

.so-accordion-wrapper {
    margin-top: -40px !important;
 }

Mustufaali_0-1743743262240.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

 

View solution in original post

Replies 3 (3)

Mustafa_Ali
Explorer
347 28 56

hey @btwu10 share the URLs of your website plz

Mustafa_Ali
Explorer
347 28 56

This is an accepted solution.

.so-accordion-wrapper {
    margin-top: -40px !important;
 }

Mustufaali_0-1743743262240.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

 

Bundler-Manuel
Astronaut
966 49 111

Hey there @btwu10  I suggest that you try the process and code in the marked reply here https://community.shopify.com/c/shopify-design/how-can-i-reduce-large-spacing-in-my-dawn-theme-produ... 

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.