• Hello everybody,

    Working on my site: https://www.wieisderat-events.nl/
    But there is a lot of white space around the text in the center. Is it possible to fix this?

    (Also there is a white space in the right corner above, also don’t know how to fix this..?)

    Thanks a lot for helping me out!

    Joris

Viewing 2 replies - 1 through 2 (of 2 total)
  • The best way to fix this is to enter Custom CSS. Do you have a place to put your custom CSS yet?

    There are several ways to change your CSS so it isn’t overwritten by an update to the theme:

    1. Create a child theme.
    2. Install a Custom CSS plugin
    3. Install JetPack and activate Custom CSS

    Put this code in your Custom CSS file to fix the header issue:

    #site-header img {
    width: 100%;
    }

    I’m not quite sure how to fix your white space issue. Its the way the theme was set up. Do you want to change the white to a different color?

    Thread Starter Jorisss

    (@jorisss)

    Thanks for your help, but when I change the code the whole right sight is white, as you can see now..

    White space issue.
    No I don’t want to change the color, just want text over there instead of white space..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too much white around text in center’ is closed to new replies.