This topic has 6 replies, 2 voices, and was last updated 10 years, 5 months ago ago by Jack Richardson
Hi,
At http://thingstodoedinburgh.com/, the footer with 4 static blocks, the left side has no margins, it is stuck to the border of the site.
How can I have it aligned, exactly the same like all other above elements?
Please see Private Content
Many thanks,
Hello,
Please add the following code into the custom.css:
.footer .container {
padding: 20px 50px 20px 50px;
}
Regards,
Jack Richardson
Thanks, that works great!
I have another issue:
The section “packages you might be interested” on the left side of this text, there is a line that is meant to go all the way to the site border but there is like 1cm missing. Looks fine on the right side.
Hello,
To fix the issue please add the following code into the custom.css:
.footer-top h2, .footer-bottom h2 {
margin-left: -30px;
}
Regards,
Jack Richardson
Hi,
Thanks, works great!
Hello,
You’re welcome!
Regards,
Jack Richardson
The issue related to '‘Footer margin issue’' has been successfully resolved, and the topic is now closed for further responses