Hello,
I am placing banner images 2,000px x 900px in the custom 3 module position across all pages of the website.
Is it possible for the custom 3 module to display 100% across all screen sizes, if so could you please advise how to do so.
https://testredback.com.au/new23/index.php
Thanks in advance

    Hi redback

    We are more than happy to suggest. You can use the following custom CSS rule:

    div#mod-custom117 img {
    width: 100%;
    }

    As you are using the same module in all pages, so the module image will be full-width on all the assigned pages.
    If you have any questions, please let me know.

    Best regards.

    Thank you Man worked perfectly!!
    Cheers

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