-
AuthorPosts
-
July 3, 2015 at 11:58 am #467930
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
AnuragJuly 4, 2015 at 7:45 am #468324Hi 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,
RikardJuly 4, 2015 at 9:16 am #468352Hi
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
AnuragJuly 5, 2015 at 9:34 am #468497Hey!
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!
RikardJuly 5, 2015 at 3:32 pm #468580Hi
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
AnuragJuly 6, 2015 at 1:38 pm #468882Hi!
Please add following code to Quick CSS as well
.home #after_section_5 .content { padding: 10px 0; }Regards,
YigitJuly 6, 2015 at 2:33 pm #468939Thank you. Its working :-)
Regards
AnuragJuly 6, 2015 at 2:34 pm #468941Hey!
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 -
AuthorPosts
- The topic ‘Want to reduce the size of the text and padding in a layout’ is closed to new replies.
