Pagination Controls CSS Location?

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 Ernest Marcinko 9 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3240
    robotpants
    robotpants
    Participant

    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?

    #3241
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    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,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Related Posts Pro for WordPress Support’ is closed to new topics and replies.