Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Organic Themes

    (@organicthemes)

    You can use the full width page template. When creating a page, select the “Full Width” template in the Page Attributes section on the right.

    Thanks!

    Thread Starter kristinatang

    (@kristinatang)

    Yes I allready did select the “full width” template when making a new page. However there is still lots of space around the content.

    I want the content to fill the entire Width of the page???

    Hello Kristinatang!

    You can edit the padding on the Full Width template with the following CSS:

    .postarea.full {
        padding: 48px 4%;
    }

    The % amount dictates the spacing on the right and left of your content, so you can edit this as desired. Just keep in mind that you may need to target a specific page if you don’t want this to display on all the pages using this selector.

    If you haven’t used CSS before you’ll want to navigate to Plugins > Add New (in your WordPress admin panel) and install a plugin like Jetpack or ‘Simple Custom CSS’. Jetpack will add an ‘Edit CSS’ option under your ‘Appearance’ tab, and ‘Simple Custom CSS’ will add a ‘Custom CSS’ option. Once you’ve chosen a plugin, installed and activated it, you can paste the CSS I provided to achieve the result you’re looking for.

    Thanks!

    Rebecca
    Organic Themes Support

    Thread Starter kristinatang

    (@kristinatang)

    Thanks, that worked with jetpack!

    Glad to hear! ??

    Cheers,

    Rebecca

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