Using CSS to create a mobile friendly site
-
My website is caitwarner.com. The social media icons are centered when on the desktop, but I’d like them centered when viewing on mobile as well. Can I fix this using CSS?
The blog I need help with is: (visible only to logged in users)
-
Hi there, typically on responsive designed themes such as Affinity, it is best not to use a static width, such as 500px. Find this rule in your custom CSS and change “width” to “max-width” and it will take care of the issue for you.
.footer-widgets { background-color:#fff; color:#e8e9ea; padding:0; width:500px; float:none; margin-left:auto; margin-right:auto; max-height:30px } -
-
- The topic ‘Using CSS to create a mobile friendly site’ is closed to new replies.