• I am wondering what CSS code I should provide in the custom CSS under Theme Options to remove the white space between the header and content below.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there, you should try with padding top right bottom left;
    For example:
    padding:5px; /* 5px padding at all sides)*/
    padding:5px 3px; /* top & bottom 5px padding but right left 3px padding) */
    padding:5px 3px 4px; /* top 5px, bottom 4px padding but left right 3px) */
    padding:1px 2px 3px 4px; /* top 1px, right 2px bottom 3px & left 4px) */

    Hi,

    If you did not get success removing space. Provide site URL so we can look into this and help you.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Codes for removing white space and moving logo and search bar.’ is closed to new replies.