Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #831036

    Hi
    I have a text block in a column in a color section with the text left aligned and the size increased by CSS. As in the link below.

    What I want it to get the text to go top left without any margin or padding, as in the mock up image link below. What is the best way to do this with CSS? I’ve tried a few things but without any success.

    many thanks

    Peter

    #831045

    Hey Peter :)

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #831051

    Hi Yigit

    login details attached.

    many thanks

    Peter

    #831058

    Hey Peter,

    I edited your Color Section element and gave it a unique ID “fwcs”, removed 1/1 column element inside it and then added following code to Quick CSS

    .bigtext p {
        margin-top: 0;
    }
    #fwcs .container { width: 100% !important; max-width: 100%!important; margin: 0!important; padding: 0 !important;}
    #fwcs .content { display: block; }

    Please review your website :)

    Best regards,
    Yigit

    #831077

    Hi Yigit

    That’s great, many thanks.

    Peter

    #831082

    Hey!

    You are welcome Peter! Let us know if you have any other questions or issues and enjoy your weekend!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Lose margin/padding on text’ is closed to new replies.