Hey guys,
As you can see from the homepage, the slider (picture) is smaller than normal, leaving a large gap between the slider & the content area.
I added the following to my style.css
Code:
Content .container {
padding:0;
}
& then this…
Code:
Content .container {
margin-top:-10px;
}
This worked really well, though it alters the home page as well as all the other pages…can you just make it specific to the home/index page as changing this obviously alters all the other pages…other than that it works great.
As i need to keep the other pages the same, but change the home page or specific page content in this case im using /home as my home page.
the URL is: http://healtharoma.co.uk/
thank you so much!
Sam