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
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:
Best regards,
Yigit
Hi Yigit
login details attached.
many thanks
Peter
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
Hi Yigit
That’s great, many thanks.
Peter