How do I make this part of the site responsive?

how do I make these parts of my site responsive for tablet and mobile

Please check the attachments for better understanding.

This is my site: http://orangeye.ie/

Find this block of code and try adding the style:

<div class="owl-dots" style="margin-top: 6em;">
    <div class="owl-dot active">1</div>
    <div class="owl-dot">2</div>
    <div class="owl-dot">3</div>
</div>

If that works remove the style and replace with a new Class or Id

1 Like

it worked. Thanks.

1 Like

You can also add media queries to make it responsive.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.