Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #934931

    Hi Support,

    Is there a way to add padding to the left and right of the special heading element? Meaning adding space to the left of SERVICES and to the right of the horizontal line?

    Thanks,
    Linda

    #935239

    Hey LindaK816,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .av-special-heading .av-special-heading-tag {
        padding: 0 60px !important;
    }
    

    Best regards,
    Vinay

    #935337

    Hi Vinay – thank you so much!
    Have a good day,
    Linda

    Hello again – I’m not sure if I can re-open a ticket but I would like to re-open this one. I forgot to mention that I only wanted this css override to be for my Services page or page_id=3666. I tried this but it didn’t work:
    .page-id-3666 #top .av-special-heading .av-special-heading-tag {
    padding: 0 0 0 60px !important;
    }

    Your assistance is always greatly appreciated!
    Thank you,
    Linda

    Update – I figured it out : ) It should be:
    #top.page-id-3666 .av-special-heading .av-special-heading-tag {
    padding: 0 0 0 60px !important;
    }

    • This reply was modified 6 years, 1 month ago by LindaK816.
    #935350

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to add padding to Special Heading?’ is closed to new replies.