See image
I want to insert the gray portion in between the list on the left and image on the right, using the grid works but horrible mobile render. I’m out of ideas.
Hey vidordesigns,
You can limit the width of the list in the text block section and add a div with content that will float right. It can be done with html and css.
Best regards,
Victoria
Thank you I was hoping to avoid because I know the client will edit this, Client is not a web person. any other alternative? Thank you just the same!
Hi,
Thanks for the link, I see your “box” you said it works well as a grid, perhaps we could hide it for mobile and use your current “box” for mobile?
I see your current box could use less margin-left for mobile, this may help:
@media only screen and (max-width: 767px) {
.getStarted {
margin: 34px 0 0px 4px !important;
}
}
Best regards,
Mike