-
AuthorPosts
-
January 8, 2014 at 2:25 am #206579
Hello,
I am using footable plugin and I can’t find where to override the default pagination css.

The footable pagination has square inline pagination. If I change to another theme, it works correctly. Where can i override the Enfold pagination css?
Thanks,
January 8, 2014 at 2:39 am #206590Hi!
Remove/comment from line 720 to line 760 in css/layout.css.
Regards,
JosueJanuary 8, 2014 at 3:22 am #206601This is what I have for 720 – 760.
This did not work.
/*.title_meta p{
margin: 1.3em 0 0 0;
}.title_container .breadcrumb {
z-index: 10;
line-height: 15px;
font-size: 11px;
position: absolute;
right: 0;
top:50%;
margin-top: -7px;
}.breadcrumb a{text-decoration: none;}
.breadcrumb a:hover{text-decoration: underline;}.breadcrumb-trail .trail-before, .breadcrumb-trail .trail-end, .breadcrumb-trail .sep, .breadcrumb-trail a, .breadcrumb-trail .bbp-breadcrumb-current{
display: block;
float: left;
padding:0px 3px;
}.breadcrumb-trail span, .bbp-breadcrumb-current a{display: inline; padding:0; float:none;}
.breadcrumb .sep{
display: block;
overflow: hidden;
width:8px;
}/*prettyphoto enhancements*/
div.pp_default div .pp_content{
background-color: #f8f8f8;
padding-bottom:5px;
}
*/January 8, 2014 at 4:11 am #206613Hi!
Can you please give us the link to the actual page? You can override the css styling using Quick CSS or custom.css.
Regards,
IsmaelJanuary 8, 2014 at 4:16 am #206619This reply has been marked as private.January 8, 2014 at 6:17 am #206648If I knew what to override i would…
January 8, 2014 at 6:56 am #206659Hey!
You can use this on your custom.css or Quick CSS to change the look of the pagination:
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a { float: left; height: 35px; width: 35px; line-height: 34px; text-align: center; padding: 0; border-radius: 0; margin-right: 3px; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2); }Change the values.
Best regards,
IsmaelJanuary 8, 2014 at 7:02 am #206665That worked! Thanks
January 8, 2014 at 7:16 am #206676 -
AuthorPosts
- The topic ‘Pagination with Footable Plugin’ is closed to new replies.
