Okay
  Public Ticket #1272638
blog
Closed

Comments

  •  3
    b34ch started the conversation

    Hello

    It seems that the blog articles, are closed up in Firefox. (See attached screen grab)

    Is there an easy fix for this, please?


    Thanks

    James.

  •  9,014
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  3
  •  9,014
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (min-width: 1000px) {
        .blog-recent[data-style*="classic_enhanced"].columns-3 .span_4 {
            margin-right: 1vw !important;
            margin-bottom: 1vw !important;
        }
    }

    Thanks


    ThemeNectar Support Team