Hello AS team,
a large gap appears on the slider below on my website. Apparently this gap is for thumbnails. Unfortunately I can not find a setting in the module in which I can turn thumbnails off.
<div id = "slider-row">
<div class = "moduletable">
<div id = "sequence92" class = "sequence-slider sequence-thumbnails" style = "padding-bottom: 51%">
With reference to sequence.css: 25
.sequence-slider.sequence-thumbnails {
margin-bottom: 120px;
}
Have I overlooked something? It would be great if you could help me.
Best regards
AS Templates
POSTED: 2020-06-04
Hello SOULREAVER,
Put the margin to 0 (zero), in the '/templates/as002077/css/sequence.css' file the following class (line 24):
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
a large gap appears on the slider below on my website. Apparently this gap is for thumbnails. Unfortunately I can not find a setting in the module in which I can turn thumbnails off.
<div id = "slider-row">
<div class = "moduletable">
<div id = "sequence92" class = "sequence-slider sequence-thumbnails" style = "padding-bottom: 51%">
With reference to sequence.css: 25
.sequence-slider.sequence-thumbnails {
margin-bottom: 120px;
}
Have I overlooked something? It would be great if you could help me.
Best regards
Put the margin to 0 (zero), in the '/templates/as002077/css/sequence.css' file the following class (line 24):
.sequence-slider.sequence-thumbnails {
margin-bottom: 0px;
}
Regards, AS Team.