Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1151046

    See image

    View post on imgur.com

    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.

    #1151201

    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

    #1151281

    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!

    #1151393

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.