Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #600820

    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?

    #601096

    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

    #601100

    Thank you, the below is my site and it requires login credential.

    #601374

    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

    #601633

    Thank you for your reply. I’m afraid it doesn’t work. Could you please help me again?
    Best regards,

    #602276

    Hi,

    Please try the following instead:

    #footer .textwidget ul, #footer .textwidget p {
    margin-left:10px !important;
    }

    Thanks,
    Rikard

    #602297

    Excellent! Thank you so much!

    #602357

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.