[Resolved] Not Wrapping on Mobile

Home Forums Support [Resolved] Not Wrapping on Mobile

Home Forums Support Not Wrapping on Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1143725
    gedosan

    Hi Guys,

    Getting a bit frustrated and hoping you can quickly help. I’ve added an ‘Our Pick…’ box to the top of a page to feature a product, but can’t managed to get the text to wrap under the image when I look at it on mobile. I’ve tried everything in CSS, what am I doing wrong?!

    Thanks

    #1143736
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 768px) {
        .zing-fs-div-image, .zing-fs-div-feature {
            width: 100%;
        }
        .zing-fs-table__ProductName {
            text-align: center;
        }
        .zing-fs-table__button {
            margin-left: auto !important;
        }
    }
    #1143744
    gedosan

    Superstar thanks! How do I centre product title and button below text?

    #1143767
    David
    Staff
    Customer Support

    Updated CSS above

    #1143859
    gedosan

    Cheers

    #1143905
    David
    Staff
    Customer Support

    Glad to be of help

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