Hi
I would like to introduce a text area above the footer menu. I would like the height of this text area and the size of the font in this area to be the same as that in the footer menu.
Currently if I introduce a text area it is much thicker (in terms of height) than the footer area and even the font size is larger. Please advise.
Thank you
Anurag
Hi NR1234!
I’m not sure what area you are referring to, the with the code element? Please provide us with a screenshot to highlight what section you want to change.
Best regards,
Rikard
Hi
Please take a look of the screenshot posted in the link below. I have circled the area whose width I would like to reduce.
Thanks
Anurag
Hey!
You can use the following CSS in Quick CSS to target that area, though I’m not sure why you are using a pre tag?
.home #after_section_5 pre {
line-height: 2em;
font-size: 11px;
}
Cheers!
Rikard
Hi
I removed the preformatted text. I pasted
.home #after_section_5 {
line-height: 2em;
font-size: 11px;
}
in the Quick CSS area.
While the text size is is reduced now, the text area container is still much wider than the footer bar.
How could i reduce the height of this area to be the same as that of the footer.
Thank you
Anurag
Hi!
Please add following code to Quick CSS as well
.home #after_section_5 .content {
padding: 10px 0;
}
Regards,
Yigit
Thank you. Its working :-)
Regards
Anurag
Hey!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit