This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 8 years, 1 month ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Pagination Controls CSS Location?
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 8 years, 1 month ago.
I may be a total idiot, but I cant seem to find the CSS code to control where these pagination controls are laid out. I want to bring them much close to the content above, especially on mobile. Firebug cant seem to see it either.
Can you point me in the right direction?
Hi!
It’s actually the content that has a 30px bottom margin. I don’t recommend changing the CSS files, as you might loose the changes on update.
Instead try to add the changes to a custom css file in your theme, or you can use the custom CSS section on the plugins theme options panel.
Anyways, the code that you are looking to add is something like:
.slick-slider {
margin-bottom: 0 !important;
}
Try to add this to the custom CSS section, or any of your themes CSS files.
Best,You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |