Dear Sirs,
I want to put in the following links for the website centrally between the copyright text and the social icons in the socket footer and ensure it is responsive.
Terms & Conditions | Privacy Policy | Returns Policy
Please see homepage footer I have tried but not sure it works as responsive can you please help code at present in the footer.php is
<span class=’copyright’><?php echo $copyright . $kriesi_at_backlink; ?></span><span class=’copyright’><div class=”footer_links”>Terms & Conditions | Privacy Policy | Returns Policy</div></span>
Hey condonpb!
It’s displaying fine on desktop but you might want to do some work for smaller screens, not sure it’s a good idea putting everything inside a span since it will display inline. I see you have two instances also, I would suggest you keep the upper one since there’s less risk of it conflicting with anything else there.
How do you want it to look on different screen sizes? Screenshots highlighting what you are trying to achieve would most likely help.
Best regards,
Rikard
Rikard,
Where do I alter the css for different screen sizes not sure where ?