Okay
  Public Ticket #2071137
Search results
Closed

Comments

  • Vanesa started the conversation

    Look at using the search input and for example put china. 

    The are a large empty espace, and after if it shows the results. 

    How I can disappear the empty space, without affecting the other sections. 

    Thank you.

  •  3,025
    Andrew replied

    Hi Vanesa,

    Use the following custom css to remove the space:

    #page-header-bg {
        display: none !important;
    }
    

    Hope this helps.

  • Vanesa replied

    Thanks the solution worked