WPIntell

Source evidence

Pagination Dots

Product Category Slider & Grid for WooCommerce – WooCategory · support · 2021-04-30T09:22:00+00:00

mixedsentiment
mediumseverity
0.78relevance
5replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
theblacklodge resolved
Hi, Is there a way to get the row of pagination dots to move up closer to the row of slider thumbnails? Thanks Chris Hi @theblacklodge , Thanks for your query. Hope you are fine. To get the row of pagination dots to move up closer to the row of slider thumbnails can be done with the Custom CSS. Please put the below CSS in the plugin’s custom CSS field. Please see the screenshot where you need to put the CSS. .swiper-container-horizontal>.swiper-pagination-bullets{ margin-top: 10px !important;} [Note: Change the margin value (10px) as per your need.] Hope the above CSS will help you to achieve your goal. Please let us know if it works or not. Have a great weekend! Thanks. This reply was modified 5 years ago by Md Khalil Uddin . Hi, Thanks for your reply. Tried this and it only works to a certain point. For example, if I change the value to 1px I would exect the dots to be almost flush with the slider thumbnails, but it isn’t. Could it be because the container for the thumbnails has some bottom padding that is preventing the dots getting any closer? Thanks Chris Hi @theblacklodge , You can tweak the settings as you want with the below CSS. .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 50px; } .sp-wcsp-pagination { position: absolute; } But we don’t recommend this. It will overlap the thumbnail title and it will not be readable. Hope you understand. Thank you. Hi, Many thanks for your reply. That new piece of code didnt seem to work, had a play with it and this does seem to work for me: .swiper-container-horizontal>.swiper-pagination-bullets{ margin-top: 10px !important;} .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px !important;} } .sp-wcsp-pagination { position: absolute !important;} } I’m not using titles so any ovelap isn’t a problem. Thanks for all your help, it is very much appreciated. Chris Hi @theblacklodge We’re very glad to hear that it works perfectly now. If you are happy with our plugin and support, please inspire us by posting a good review in the plugin review section . Never hesitate to ask us if you need any further help in the future. Thank you!

Comments

5 shown
Md Khalil Uddin 2021-05-02T08:34:00+00:00

Hi @theblacklodge , Thanks for your query. Hope you are fine. To get the row of pagination dots to move up closer to the row of slider thumbnails can be done with the Custom CSS. Please put the below CSS in the plugin’s custom CSS field. Please see the screenshot where you need to put the CSS. .swiper-container-horizontal>.swiper-pagination-bullets{ margin-top: 10px !important;} [Note: Change the margin value (10px) as per your need.] Hope the above CSS will help you to achieve your goal. Please let us know if it works or not. Have a great weekend! Thanks. This reply was modified 5 years ago by Md Khalil Uddin .

theblacklodge 2021-05-03T10:22:00+00:00

Hi, Thanks for your reply. Tried this and it only works to a certain point. For example, if I change the value to 1px I would exect the dots to be almost flush with the slider thumbnails, but it isn’t. Could it be because the container for the thumbnails has some bottom padding that is preventing the dots getting any closer? Thanks Chris

Md Khalil Uddin 2021-05-08T05:43:00+00:00

Hi @theblacklodge , You can tweak the settings as you want with the below CSS. .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 50px; } .sp-wcsp-pagination { position: absolute; } But we don’t recommend this. It will overlap the thumbnail title and it will not be readable. Hope you understand. Thank you.

theblacklodge 2021-05-08T08:19:00+00:00

Hi, Many thanks for your reply. That new piece of code didnt seem to work, had a play with it and this does seem to work for me: .swiper-container-horizontal>.swiper-pagination-bullets{ margin-top: 10px !important;} .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px !important;} } .sp-wcsp-pagination { position: absolute !important;} } I’m not using titles so any ovelap isn’t a problem. Thanks for all your help, it is very much appreciated. Chris

Md Khalil Uddin 2021-05-08T08:30:00+00:00

Hi @theblacklodge We’re very glad to hear that it works perfectly now. If you are happy with our plugin and support, please inspire us by posting a good review in the plugin review section . Never hesitate to ask us if you need any further help in the future. Thank you!