This is a continuation of the closed ticket at https://kriesi.at/support/topic/edit-home-page-template-only/
The site I’m working on is at on a test server at http://www.001.artinet.co.uk/. I’m making a home page layout that consists of just a full page background and a small content box in the middle – the rest of the pages, blog, etc. need to be normal width like the sample page at http://www.001.artinet.co.uk/sample-page/.
With your help, I was able to refine the box, but I need to be able to position it in the center of the page. I’ve tried everything I can think of but without success. Can you suggest anything?
Hi Artinet!
Please try the following in Quick CSS under Enfold > General Styling:
.page-id-9 .flex_column {
float: none !important;
}
Regards,
Rikard
Hi Rikard
Thanks for that but I’m afraid it hasn’t made any difference. Would it help if I send login credentials privately?
Hey!
try to control it instead with this:
.page-id-9, .flex_column {
left: 150px;
}
and adjust as needed.
Cheers!
Andy
Hi Andy
Tha’s better, many thaks, all I need to do now is to make it responsive.