Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #151613
    Kathrin
    Participant

    Hello,
    I want to get rid of the thin borderline around my content.
    Also there is too much space between the border and my first text line. I want to move up the first line a little bit.
    Can you help to fix it?

    This is my site:
    https://www.kathis-kreativstudio.de/

    Thanks so much in advance

    #151618
    Skandha
    Participant

    @kathigauss: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .content-area {
    	border:none !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #151620
    Kathrin
    Participant

    Thank you so much, Skandha! That worked fine!
    Now I need to get rid of the white space between my primary menue and my first widget, than it’s perfect :).

    Kind regards!

    #151621
    Skandha
    Participant

    @kathigauss: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .content-area {
    	margin-top:0 !important;
    }
    
    .entry-content {
    	margin-top:0 !important;
    	padding-top:0 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Border around content’ is closed to new replies.