Sela – adding columns to pages

  • Unknown's avatar

    Hi,
    This theme only allows two columns per page. I’d like to add more to display images. How do I edit a page to enable that using CSS ?

    Any help would be great!

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    That requires a couple of declarations to work correctly but I think this will do the trick. You can try the following block of code, entered into the CSS tab of your site customizer here: https://wordpress.com/customize

    Here is the code to paste in:

    .page-template-grid-page .content-wrapper.full-width {
      margin: 0;
    }
    
    .child-page {
      width: 270px;
      padding-left: 50px;
    }

    Hope that helps. Please let me know if you have any further questions.

  • The topic ‘Sela – adding columns to pages’ is closed to new replies.