Https://theme.co/forum/t/home-page-two-columns/75234

Sorry I missed yor response - not sure why I am not getting an email when you reply.

the only custom css she has is

.x-header-landmark {
display: none !important;
}
.p-meta span:nth-child(2),.p-meta span:nth-child(3),.p-meta span:nth-child(4) {
display: none;
}
.p-meta>span:after {
display: none;
}
.post .entry-header .p-meta span:nth-child(1){
color: #ffa207;
}

Is there anyway to get to get an email when you reply - [email protected]

The problem i have when i change it to TWO columns - it cuts OFF

I removed the custom css as recommended

with custom css and two columns - https://snipboard.io/cVq7rZ.jpg

without custom css and two columns - https://snipboard.io/hPteEc.jpg

Okay your suggestion made me think about the child theme css so I turned it off temporarily

and it worked

apparently something in it - going to look

Looks really good without the child style.css file

lol- just not sure what i need to remove

Hi Robin,

Thank you for reaching out to us. You can remove the custom CSS in your child theme in chunks so you remove CSS code blocks one by one and see which code block is conflicting with the two columns layout.

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.