I would like to adjust my footer section like this.
Footer title A
<indent>aaaa
<indent>bbbb
<indent>cccc
I used the p style code below;
<p style=”padding-left: 15px;”>aaaa</p>
The indent appears though the line height is too large as if there is another line.
Footer title A
<indent>aaaa
<indent>bbbb
<indent>cccc
How to change line height when I add indent only for footer section?
Hi Ayumi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Thank you, the below is my site and it requires login credential.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer #text-2 p {
margin: 0.3em 0;
}
Best regards,
Yigit
Thank you for your reply. I’m afraid it doesn’t work. Could you please help me again?
Best regards,
Hi,
Please try the following instead:
#footer .textwidget ul, #footer .textwidget p {
margin-left:10px !important;
}
Thanks,
Rikard
Excellent! Thank you so much!
Hi!
Glad we could help :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Best regards,
Vinay Kashyap