Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Pagination Controls CSS Location? › Reply To: Pagination Controls CSS Location?
December 16, 2014 at 9:46 am
#3241
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 :)