The footer copyright text and social bookmark icons are flush against each other in the iPhone Safari browser, but fine on a standard web browser.
How can I create "space" between the footer copyright text and social bookmark icons?
Thanks!
The footer copyright text and social bookmark icons are flush against each other in the iPhone Safari browser, but fine on a standard web browser.
How can I create "space" between the footer copyright text and social bookmark icons?
Thanks!
Hello,
You can try
span.copyright {
margin-right: 100px;
}
Regards,
Ismael
Hi Ismael, where am I making the addition - is it in this part of the code?
<div class='container_wrap <?php echo $extraClass; ?>' id='socket'>
<div class='container'>
<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> 2012 - '><?php echo get_bloginfo('name');?></span>
Hello,
Yes, you are correct. We will be editing the style of that area but you can add the snippet on your custom.css. :)
Regards,
Ismael
Ok, thanks!
This topic has been closed to new replies.