Good evening,
Is it possible to adjust the padding so the text is closer to the buttons whilst on the slider.
Many thanks in advance.
John
Solved! Go to the solution
Hi @Multibrands
Would you mind sharing your store's URL via Message or here if you don't mind so we can provide the code solution here?
Add the following code inside your theme.css code:
@_media screen and (min-width: 1008px)
{
.SectionHeader__ButtonWrapper {
margin-top: 0px!important;
}
h2.SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1 {
margin-bottom: 0px;
}
}
That should do it!
This is an accepted solution.
Location is accurate, use the following code instead:
@_media screen and (min-width: 1008px)
{
.SectionHeader__ButtonWrapper {
margin-top: 0px!important;
}
h2.SectionHeader__Heading.SectionHeader__Heading--emphasize.Heading.u-h1 {
margin-bottom: 0px;
}
}
User | Count |
---|---|
494 | |
210 | |
130 | |
82 | |
46 |