Okay
  Public Ticket #1177285
Gradient in section
Closed

Comments

  • lpday started the conversation

    At the bottom of some rows where I use the color overlay gradient, the overlay left a little section at the bottom of my row. How to make them even please?

  •  2,719
    Andrew replied

    Hi there,

    Thanks for contacting us regarding your query.

    May I as you to provide us with the URL of a page where the gradient is present so we may investigate this and provide you with a fix?

    I look forward to your reply. 

    Cheers! 

  •   lpday replied privately
  •  8,393
    Tahir replied

    Hey Again,

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

    .wpb_row {
        overflow: hidden !important;
    }
    .wpb_row .row-bg-wrap:after, .wpb_row .row-bg[data-enable_gradient="true"][data-overlay_strength="image_trans"]:before {
        height: 100.5% !important;
    }

    Thanks


    ThemeNectar Support Team