Lead Nerds

Play Video

How to Vertically Align a Clickfunnels Section and Be Mobile Friendly

In this video I go over how to vertically align photos and text on clickfunnels but also keep the layout looking nice in mobile.

I ran into an issue where clickfunnels doesn’t have vertically align and when you customize the css it messes up the mobile layout.

I couldn’t duplicate it and make a mobile version and desktop. The desktop version would then not follow any css rules I made for it.

So here is the fix:

Your code title

      @media (min-width: 700px) {
[PUT THE SELECTOR ID OR CLASS HERE] {
display: flex;
align-items: center;
justify-content: center;
}
}
    

View more

Is There a Topic

You would like reviewed?