How to remove blank space above filter

  • Posts: 130
  • Thank you received: 1
9 years 7 months ago #197406

-- url of the page with the problem -- : www.mephit.cz
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 2.5.28
-- PHP version -- : 5.3.29
-- Browser(s) name and version -- : any

Hi,

Webpage www.mephit.cz , there is filter with inline text "Vyhledejte hru" defined (next to shop logo). As you can see there is excessive space above the filter (same happens on default filter on any page), any advice how to get rid of it?

Thanks,

Karol

Please Log in or Create an account to join the conversation.

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
9 years 7 months ago #197474

Hi,

This has nothing to do with HikaShop.
It's your template's CSS which adds the spacing around the module.
Add such CSS on your website if you don't want any spacing at the top of that module:
.rt-grid-3 .rt-block {
margin-top: 0px !important;
padding-top: 0px !important;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum