Okay
  Public Ticket #1185969
Remove top border of the first row
Closed

Comments

  • De_Blikfabriek started the conversation

    How do you  remove the top border of the first row or any row element?

    I made my own page header title and subtitle in a row. If you look at the result on a mobile or tablet device there is a border visible between the navigationbar and the first row.

    Mike

  •  8,442
    Tahir replied

    Hey Again,

    Try adding a negative Margin in the Column : 

    Thanks 


    ThemeNectar Support Team 

  • De_Blikfabriek replied

    Hello Tahir,


    Unfortunatly it doesn't fix the problem. The background image in the row still has a border on top when it goes to the mobile device.

    Just to be clear;

    • I didn't use the standard header settings to make a header and subtitle. I build this in the row setting.
    • I use the option 'Header Resize On Scroll'. When this is turned off the problems isn't there.
    • You only see the problem on the mobile device.
    • When i use firebug you see the top border on the first row.

    Thanks in advanced!

  •  8,442
    Tahir replied

    Hey Again,

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

    Thanks


    ThemeNectar Support Team 

  •   De_Blikfabriek replied privately
  •  8,442
    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 (max-width: 1000px) and (min-width: 1px) {
        .home #header-space[data-header-mobile-fixed="1"] {
            display: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • De_Blikfabriek replied

    Hi Tahir,


    Thank for the fast replay, i really appreciate it.

    Unfortunatly it still doesn't fix the problem.




  •  8,442
    Tahir replied

    Please clear your cache using this guide: Clear Cache where applicable .

    Best.


    ThemeNectar Support Team 

  • De_Blikfabriek replied

    Clear cache was the problem. It works like charm!

    Many thanks!