Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #121807
    zeldafwilliams
    Participant

    Good Day

    How do I increase the margins of the content area on the home screen, pages, and post that does not utilize sidebars. I want the content area to stretch to the edges of the screen.

    https://openhandsham.org/

    Thanks in advance

    #121812
    zeldafwilliams
    Participant

    I may have figured it out via support response. It didn’t stretch to the edge of the screen like lining up with the logo I used this css:

    #primary {
    width: 100%;
    }

    Is there a way to get it wider?

    #121820
    tikaram
    Keymaster

    @eldafwilliams : Go to Appearance => Customize => Additional css and add the following css.

    .content-sidebar-wrap #primary {
    	width: 73%;
    }
    .content-sidebar-wrap #secondary {
    	width: 25%;
    }
    #main .wrapper {
    	width: 95%;
    }

    Regards,
    Tikaram

    #121847
    zeldafwilliams
    Participant

    That did it! Tikaram you rock! You guys are so supportive. I’m going to always recommend Catch Themes. I may have another ?, but I’ll check forum responses first, blessings!

    #121962
    tikaram
    Keymaster

    Hello zeldafwilliams,

    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Increasing the width of content area on homescreen’ is closed to new replies.