Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • classixuk Friend
    #882113

    Hi,
    I have tried to use some custom css to remove the white gap above the container tabs at this page:

    http://www.haircolourgenie.hairdressingworld.com/index.php/pricing-app

    however it has not worked? I have switched developer mode off and optimize css is also off?

    This is the code I placed into my custom css file (based on another reply in the forums – I changed the item-id to match the one in source code of my page)?

    .itemid-665 .t3-mainbody {
    display: none;
    }

    Any ideas?

    Thanks

    Pankaj Sharma Moderator
    #882269

    Hi
    Add below code in custom.css file to decrease the padding of the modules .
    By default value was 104px .
    add this code in custom.css

    @media (min-width: 992px) {
     .sections-wrap .section .section-inner {
        padding-top: 54px!important;
        padding-bottom: 54px!important;
    }}
    

    Hope it helps.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum