Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #159513
    tempar
    Participant

    Hello,

    I love my new Catch Inspire Pro theme and got everything running smoothly.

    However I would like to have just a bit more narrow look for the page. If I zoom out (- 20 %) in my browser then the page looks almost perfect. The font size is ok as it is, but I would just want the content to be less wide and have more of the beautiful white backround around the page in order to view more at once.

    I hope my explanation makes sense.

    #159558
    Skandha
    Participant

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

    #page {
          padding:0 20px;
    }

    You can change the padding according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #159630
    tempar
    Participant

    Thank you Skandha!
    Works wonderfully! Is there any way to make this without impacting tablet and mobile view? Thanks!

    #159677
    Skandha
    Participant

    @tempar: Use the following code instead of the previous one.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    @media screen and (min-width:64em) {
    	#page {
                 padding:0 20px;
    	}
    }

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

    #159704
    tempar
    Participant

    Perfect! Thank you!

    #159754
    Skandha
    Participant

    @tempar: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-inspire/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Decreasing content width’ is closed to new replies.