GP Hooks Banner Width For Phone
-
I’ve created a new website at https://christiangayschat.com with a “canvas” banner of fish swimming across the page. It looks perfect on computer and tablet but is too wide for phone.
In GP Hooks wp_head I have
<link rel=”stylesheet” href=”https://christiangayschat.com/chat-content/themes/generatepress_child/css/fish.css” type=”text/css” media=’all’ />
After header content is
<p>
<canvas id=”myCanvas” width=”960″ height=”200″></canvas></p>
wp_footer is
<script type=”text/javascript” src=”https://christiangayschat.com/chat-content/themes/generatepress_child/js/fish.js”></script>
I have tried changing width to 100% but that makes the banner only about 100px wide on all devices.
I assume I need to add @media code to Custom CSS but have no idea even where to start.
Would appreciate any help.
Many thanks!
- The topic ‘GP Hooks Banner Width For Phone’ is closed to new replies.