Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1344825

    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.

    #1344826

    Here is more information of what I am trying to achieve.

    #1344846

    Hi,

    Thanks for the screenshots. Could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1344847

    This is the page I am working with.

    #1344853

    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

    #1344855

    Thanks!
    Could you please help me to do the first text white, and reduce the second text line height.

    #1344857

    Or advice to make this same as the plan.

    #1344880

    There were a cache problem with the color, but now it is ok.
    Line height should still solve.

    #1344895

    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

    #1344961

    Thanks

    #1344977

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.