Hi,
Look the image in private content.
How to put the column with background color all the left?
Also the line-height is too big. How can I change it only on this column?
The H1 should be 45px. But on text block there is only up to 40 px.
Here is more information of what I am trying to achieve.
Hi,
Thanks for the screenshots. Could you post a link to where we can see the actual elements as well please?
Best regards,
Rikard
This is the page I am working with.
Hi,
Thanks for that. Please try this in Quick CSS:
.page-id-4687 #av_section_1 .container {
max-width: 100%;
padding-left: 0;
margin-left: 0;
}
As for the font sizes; you can do that manually, like this for example:
<h1 style="font-size: 45px;">This is your header</h1>
Best regards,
Rikard
Thanks!
Could you please help me to do the first text white, and reduce the second text line height.
Or advice to make this same as the plan.
There were a cache problem with the color, but now it is ok.
Line height should still solve.
Hi,
Please add an ID to the text block that you are looking to adjust, then add this to Quick CSS:
#your-id {
line-height: 22px;
}
Best regards,
Rikard
Thanks