• Hi,

    I’m using the theme modality and there is a white space above the header which i want to remove and reduce the height of the header block.

    I have been unable to find a similar post for the modality theme.

    I’m a non technical person and hence don’t understand CSS. Kindly assist.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s always helpful if you can post a link to your site so we can examine it using a web debugging tool.

    Thread Starter renu111

    (@renu111)

    Both the problems got resolved when I recreated the page from the scratch.

    The only problem I face now is that the header background image tends to zoom out when uploaded so only a small portion of the picture is viewed on the page.

    The url to the site is https://test.esoftonlinestore.com/

    Mohsin

    (@mohsindigitalpoin8)

    Hi @renu111
    There is border in bottom of the header
    add this line of of code in your css to remove this space

    #header-holder {
    border-bottom:0 !important;
    }

    Happy WordPressing ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove white space above the header and reduce the he’ is closed to new replies.