Search code examples
htmlcssmobilemobile-website

Stuck with allignment on mobile, works perfect on desktop


I am kinda stuck with template from W3. The website works as expected in all regards apart from one glitch on mobile browsers, the alignment of these boxes:

Mobile screenshot

The CSS ID is .banner-bottom.

Weblink: http://www.finglascelticfc.com/test/index.html

Could you please point me in the right direction how to center these boxes on mobile? Would appreciate any help!


Solution

  • If you want to center those boxes just on mobile, give .banner-bottom width: 100%;. Put this in a mobile media query as it'll mess with the layout at larger sizes.