• Resolved DrunkFilms

    (@drunkfilms)


    Hello! I’m hoping someone will be able to help me out with an issue I’m encountering once I add another column to the Grid Page template in the Sela theme.

    The Grid Page default is two columns but using this code:

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

    The columns are now three across. However I am running to the issue that the items in the middle column are not evenly spaced; you can see that here.

    I can’t figure out within the Sela template what it is I’m missing to make the the columns align correctly. Any help would be greatly appreciated!

Viewing 2 replies - 16 through 17 (of 17 total)
  • Hello,

    it works great! Thank you for your immediate answer!

    I would like to ask you one more question:
    The caption font is now too big (see the page again). Is there any way to decrease it?

    Looking forward to your suggestion.
    P.

    Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS to decrease the font size of the caption:

    .entry-content blockquote p strong {
        font-size: 15px;
    }

    You can adjust the value as per your requirement.

    Hope that helps,

    Thank you.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Theme: Sela – Grid Page template 3 column alignment’ is closed to new replies.