Hello,

I am wondering if someone can help please?

I am looking at recreating this page: https://www.cardfusion.co.uk/indian-wedding-cards but for mobile phones only. Currently there is a title, followed by an image, with the text on the right side. This is fine for PCs and laptops, but for mobile phones and tablets, I would like it to appear without the text on the right side.

What would be the best way for me to do this?

Thank you,

Prit

    pritmadlani but for mobile phones and tablets, I would like it to appear without the text on the right side.

    Kindly check now. Have performed following steps as mentioned below :

    1) Wrapped the text with div tag like this :

    <div class="hidden-xs">We offer a wide range of Hindu Invitation cards.&nbsp; We have a range of simple, yet elegant wedding cards.&nbsp; We also have a catalogue of different symbols which can be used.</div>

    2) Added this to override.css file :

    @media only screen and (max-width: 600px) {.hidden-xs {display:none;}}

    Kindly ensure to clear your browser cache if changes dont reflect

    Write a Reply...
    You need to Login to view replies.