About
Pricing
Community
Teams
Start Free Trial
Log in
jonathanduane2010
asked on
12/9/2013
moving image on webpage
Hi Guys,
How can i move the image "Athlone Therapy Centre" so it sites underneath the image "The Dancing soul" on my page
http://www.thedancingsoul.ie
Thanks
HTML
CSS
Web Development
3
1
Last Comment
goubun
8/22/2022 - Mon
goubun
12/9/2013
You should modify the style.css and in the line 217 should be like:
#header-top-left {
/*float: left;*/
display: block;
}
jonathanduane2010
12/9/2013
ASKER
thats great!
Is there anyway i can get rid of the whitespace under, how can i get rid of "the dancing soul" yellow text
ASKER CERTIFIED SOLUTION
goubun
12/9/2013
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Your help has saved me hundreds of hours of internet surfing.
fblack61
#header-top-left {
/*float: left;*/
display: block;
}