Okay
  Public Ticket #1359026
Shape divider issue (trianlge)
Closed

Comments

  •  4
    Marcin started the conversation

    Hi,

    Great feature! The shape dividers in the row option is really awesome!

    But on the triangle version on the left side I can see thin line from the background. Also when scrolling I can see for a moment white line between dark rows. What can I do with this?

    Thanks in advance,

    Marcin

  •  8,470
    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) :

    .nectar-shape-divider-wrap {
        left: -1px !important;
        width: 100.5% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Hi Tahir!

    Works perfect for the left line, thanks!

    Can I do anything with this blinking line between rows? Can you see it?

  •  8,470
    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) :

    body .fp-tableCell {  
      overflow: visible;
    }
    .full-width-section.parallax_section .row-bg-wrap, .full-width-content.parallax_section .row-bg-wrap, .wpb_row.parallax_section .row-bg-wrap, body .wpb_row .row-bg-wrap .inner-wrap {  
      height: 101%;   
     top: -3px;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Thanks,

    it works but for 99%, not 101% for height.

    Can I use it like this:

    body .fp-tableCell {  
      overflow: visible;
    }
    .full-width-section.parallax_section .row-bg-wrap, .full-width-content.parallax_section .row-bg-wrap, .wpb_row.parallax_section .row-bg-wrap, body .wpb_row .row-bg-wrap .inner-wrap {  
      height: 99%;   
     top: -3px;
    }

  •  8,470
    Tahir replied

    Yes its fine .


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Great, thanks!

    I am sure I will stick to Salient for good. You are going to very good direction with developing this theme!

    All the best!