Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #989691
    PDPK
    Participant

    Hello,
    I need your help, please, with the Page Numbers Menu in https://store.europlantsvivai.com

    How you can see, the Pages Numbers Menu is broken.

    What I have to do, please?

    Best Regards,

    Mauro

    #989950
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Please add the following CSS rules into your Customizer, Custom > CSS area.

    
    .x-pagination {
        height: 38px;
        margin: 4em 0 2em;
        text-align: center;
    }
    
    .x-pagination ul {
        background-color: #f2f2f2;
        border-radius: 100em;
        display: inline-block;
        margin: 0;
        padding: 6px;
    }
    
    .x-pagination li {
        display: inline;
    }
    
    .x-pagination a, .x-pagination span {
        border-radius: 100em;
        float: left;
        font-size: 11px;
        font-weight: 400;
        height: 26px;
        line-height: 26px;
        margin: 0 3px;
        text-decoration: none;
        width: 26px;
    }
    
    .x-pagination span.current {
        color: #ffffff;
    }
    

    Hope that helps.

    #990255
    PDPK
    Participant

    Hello,
    thank you for your help.

    Your advice work fine, better than before!

    Best Regards,

    Mauro

    #990738
    Rad
    Moderator

    Glad to hear that and you’re welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-989691 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>