Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259676
    cinnamon21
    Participant

    How to reduce padding on left and right of the text, I don’t want the whole paragraph to be full screen.

    Here’s my website

    http://celinnamawar.com/about/

    Thanks!

    #259701
    tikaram
    Participant

    @cinnamon21 : Login to your WordPress admin. Go to Appearance => Customize => Additional css and add the following css.

    .page-id-7.no-sidebar.full-width-layout .content-area {
    	max-width: 70%;
    	margin: 0 auto;
    }

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reduce padding’ is closed to new replies.