Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1384037
    digitalartworks
    Participant

    Hello there,

    Does anyone knows why the filter (inline style) doesn’t appear in the same row as it should in my essential grid in this page http://www.roiniotis.gr . Also the cursor of the mouse doesn’t show that these categories are clickable.

    Thank you!

    #1384122
    Paul R
    Moderator

    Hi,

    To align it and make it look clickable, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .esg-filterbutton {
        display:inline-block;
        margin:0 10px;
        padding:5px;
        cursor:pointer;
    }
    
    .esg-filter-wrapper {
        text-align:center;
    }
    

    Hope that helps.

    #1390292
    digitalartworks
    Participant

    Thank you it worked for me. But the arrows (prev, next) below the essential grid doesn’t show pointer when you place the cursor on the buttons prev & next.

    Αρχική


    Thank you

    #1390611
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer:

    .esg-navigationbutton {
        cursor: pointer !important;
    }

    Let us know how this goes!

    #1391562
    digitalartworks
    Participant

    Done! Perfect! Thank you!

    #1391651
    Paul R
    Moderator

    You’re welcome! 🙂

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