Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Add the following custom CSS to customize-> Additional CSS

    .svg-container {
        display: none;
    }

    Let us know if you need help with anything else!

    Thread Starter riderchris

    (@riderchris)

    Hi Thanks, It works. However I want the black box header to be same width size with my posts. see the link below. How can I make the black box size to be the same as the red square line that I’ve draw?

    https://ibb.co/mhH2Vk

    Hi,

    Try this CSS

    header#masthead {
        width: 1170px;
        margin: 0 auto;
    }

    Hope it helps and let me know if you require any further assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘left out on header and post’ is closed to new replies.