How do I achieve this?
Hi crewneck!
Thank you for coming back.
Due to some reason the hr element is set to a height of 2500px causing this white area.
Use the following and adjust the value:
.home #main .entry-content-wrapper div.hr {
height: 5px !important;
}
To center the headling text use:
.home .entry-content-wrapper .avia_textblock h1 {
text-align: center !important;
}
Cheers!
Günter
Thanks. But that centers all H1 content on the whole page. I only want to center content in the footer.
Hi!
Please use following code instead
#footer h1 {
text-align: center !important;
}
Regards,
Yigit
Strange. Doesn’t seem to do anything. I’ve simply put a text widget in the footer. Should work.
Any ideas?
Also I still cant get rid of the white area under the red area? The red area is a tiled background image.
The footer was set to h3. Sorry. This worked
#footer h3 {
text-align: center !important;
}
But still want to center the text vertically inside the red area
Who do I do this?