Page 1 of 1

Label + H1

Posted: Sun Oct 01, 2023 11:02 am
by 44MLB
If you take a look at my website at

Code: Select all

https://www.claxtonhistory.co.uk/
I have used a label for the header "Home" as its the only way I have managed to line it up with the green squire which is a shape, this is within a layout grid. The layout grid below this has a shape + text within a layout grid again but the text this time doesn't line up with shape.

The problem is that when I use a website checker (IONOS) it doesn't find the H1 text connected to the label?

Re: Label + H1

Posted: Sun Oct 01, 2023 11:14 am
by Pablo
A label is not meant to be used as a heading. A label is for use with form elements.

A heading object supports margin and padding, which can be used to line it up with other elements.
Also, note that if the 'full width' property should be 'false' to make it an inline object.

Re: Label + H1

Posted: Sun Oct 01, 2023 12:45 pm
by 44MLB
Thanks for the help. I didn't realise I couldn't use a label as I have the option to add one of my heading styles, so I thought it would work.