Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #990252
    adagency2013
    Participant

    By the way added this css to the skin and it does not show up. Just testing if the css editor works.
    .eg-item-skin-4-content {
    padding: 30px 30px 5px 30px;}

    i am trying to decrease the bottom padding of grid items.

    http://e64.39f.myftpupload.com/test/

    #990274
    adagency2013
    Participant
    This reply has been marked as private.
    #990739
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Where did you added the custom css. Adding it in your customizer should have work. If not, you can make use of this code instead:

    .eg-item-skin-4-content {
      padding: 30px 30px 5px 30px !important;
    }

    Hope this helps. Please let us know.

    #990776
    adagency2013
    Participant

    I put in “Item Skin 4” css editor
    Thanks that worked now in that editor, but it would not work without “important!”
    I wonder why?

    #990920
    Christopher
    Moderator

    Hi there,

    No problem, sometimes we should add !important to overwrite CSS, specially when elements have inline CSS we have to use !important rule to overwrite the style.

    Thanks.

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