Okay
  Public Ticket #622989
Hide on Mobile issues
Closed

Comments

  • Margaret started the conversation

    I have a Nectar slider and a full width row at the top of the page. The slider is set through the VC to hide on mobile, the row is for mobile only. When the page is viewed on screens larger than mobile there is a blank space where the row is. when viewed on mobile there is a black space where the Nectar slider is. On the home page there are no spaces and I have not used mobile view options. Can you help me with getting rid of the blank spaces?


  •  8,470
    Tahir replied

    Hey ,

    I can see the slider on both the mobile and desktop view . Did you change the settings? . Please create a dummy page where we can see the issue .

    Best.


    ThemeNectar Support Team 

  • Margaret replied

    the link given was the dummy page: http://www.fujisanmobile.com/test/

    On mobile I have used a full width row with the slider set to not visible. in the screen shot for \"mobile version\" there is a gap at the top of the page. This gap is where the slider is in the VC. You can tell the slider is not visible because they look different. The row has the order now button the slider does not. In the non mobile version screen shot the row is not visible but there is a gap below the slider. This gap is where the Row is in the VC.


    Thank you.

  •  8,470
    Tahir replied

    Hey ,

    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 {
        margin-bottom: 0px !important;
    }

    Best.


    ThemeNectar Support Team 

  • Margaret replied

    Thank you!