floating problems
-
Hi chaps, sorry to trouble you, but I seem to be having some problems with floating a few images.
Here’s the link to the page in question https://andys.antonioborrillo.co.uk/wp/?page_id=24 and as you can see the social media icons are not lined up for some reasons.
I hava a div containing the 2 images in the page<div class = social_media> <img src = "https://andys.antonioborrillo.co.uk/wp/wp-content/themes/twentyeleven/images/FaceBook_48x48.png" alt = "" id = "facebook_image"> <img src = "https://andys.antonioborrillo.co.uk/wp/wp-content/themes/twentyeleven/images/Twitter_48x48.png" alt = "" id = "twitter_image"> </div><!-- end of social_media -->
and some additions to the css:
/* MY ADDITIONS */ .social_media { border:1px solid red; width:110px; height:50px; } #facebook_image { float:left; } #twitter_image { float:left; }
Any idea please?
thanks
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘floating problems’ is closed to new replies.