What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

GoDaddy HTML DIV on Mobile | HTML Forums | An HTML and CSS Coding Community

ipseonet

New member
Hi everybody.

I am having trouble with a div in the html editor on Godaddy. The site is functional on desktop but on mobile the div on the html doesnt format to fit the screen size.

Has anybody used godaddy and effectively coded with html? The page I am having trouble with is on


The code is as follows:
<div width=auto><rssapp-carousel id="yuK2VbcAxTXXeX3P"></rssapp-carousel><script src="https://widget.rss.app/v1/carousel.js" type="text/javascript" async></script>

<rssapp-carousel id="YImPiYgqJDYqVoAW"></rssapp-carousel><script src="https://widget.rss.app/v1/carousel.js" type="text/javascript" async></script>

<rssapp-carousel id="8htQ5toB3JBD7k1A"></rssapp-carousel><script src="https://widget.rss.app/v1/carousel.js" type="text/javascript" async></script></div>
&nbsp &nbsp &nbsp &nbsp

<div><rssapp-carousel id="ZJrycrn0dijEs37D"></rssapp-carousel><script src="https://widget.rss.app/v1/carousel.js" type="text/javascript" async></script> &nbsp

<rssapp-carousel id="9yYFpYP4KUdxgYnO"></rssapp-carousel><script src="https://widget.rss.app/v1/carousel.js" type="text/javascript" async></script> &nbsp

<rssapp-carousel id="HezcAyNlIHRrUaax"></rssapp-carousel><script src="https://widget.rss.app/v1/carousel.js" type="text/javascript" async></script>
</div>

The columns stay as two on mobile instead of shrinking to 1 column to fit screen size. Can anyone help me with this?

Thanks!
 
Back
Top