• 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 15 replies - 1 through 15 (of 17 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    .child-page {
        margin-right: 0 !important;
        padding-right: 35px;
    }

    Thank you.

    Thread Starter DrunkFilms

    (@drunkfilms)

    That works perfectly Sam! Thank you so much!

    Sam

    (@soumendra)

    Welcome. ??

    Hi,
    I’ve used the exact same code for my grid page and it has created three evenly spaced columns.

    However, the items aren’t all on the same lines.
    I have three on the top line
    One on the second (in the 3rd column)
    Two on a third line (first & second columns)

    Any reason why this would be happening?

    Thanks!

    Sam

    (@soumendra)

    Hello HighjamUK,

    Can you please provide the link to your site so that i can help you regarding that.

    Thank you.

    I’m running into the same issue, where there are three items in the first row, one in the second (all the way to the right), and two on the third. Has anyone figured out how to fix this? Thanks!

    Sam

    (@soumendra)

    Hello anusicyap,

    Can you please provide the link to your site so that i can help you regarding that.

    Thank you.

    abusybeeslife

    (@abusybeeslife)

    For some reason I cannot get the grid page to show my items in two columns, it only shows one column. Please help. https://www.abusybeeslife.com/destinations/

    Sam

    (@soumendra)

    Hello abusybeeslife,

    You can try this in your Custom CSS for achieving that:

    .content-wrapper {
        margin: 0 !important;
    }
    .comment-form {
        width: 98%;
    }

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    abusybeeslife

    (@abusybeeslife)

    Sam, it worked like a charm! Thank U so very much! ??

    Sam

    (@soumendra)

    Pleasure to help you. ??

    pavelfilip

    (@pavelfilip)

    Hello,

    I am also trying to create a three column grid page, … but without any success.
    I put the following code in the editor …

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

    … but the result is one column grid page (one page/element on one row/line).
    (Using Sela theme 1.0.12 and Worpress 4.4.2)

    Any help would be greatly appreciated!

    Sam

    (@soumendra)

    Hello pavelfilip,

    Can you please provide the link to your site, so that I can help you regarding that.

    Thank you.

    pavelfilip

    (@pavelfilip)

    Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS to achieve that:

    @media screen and (min-width:590px){
    .child-pages .child-page {
        padding: 1%;
        width: 31%;
    }
    .content-wrapper.full-width.with-featured-image {
        margin-left: 3%;
        margin-right: 3%;
    }}

    Hope that helps.

    Thank you.

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