Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #260832

    Hi Guys,

    Question, in my portfolio, below the header image I have a section ‘Digital Expertise’ with icons and text. Is it possible to reduce the height between the icons and the text?: http://www.naturaloutlook.com

    If you look at the site, you can see the header text cuts off the bottom of the letter ‘g’, can this be fixed?.

    Thanks

    Gary

    #260838

    Hi Gstar72!

    Please add following code to Quick CSS

    .page-id-13194 #av_section_2 .av-special-heading { margin-top: 20px; }
    body .av-special-heading.blockquote > * { padding-bottom: 1px; }

    Regards,
    Yigit

    #260840

    Blimey Yigit, that was quick, thankyou worked a treat.

    #260846

    Hi!

    You are welcome. Padding for special heading element does not seem to apply. Please try adding !important rule as following

    body .av-special-heading.blockquote > * { padding-bottom: 2px!important; }

    Cheers!
    Yigit

    #260850

    Thanks Yigit, sorry for the double question posting.

    #260854

    Hi!

    It is ok. It is just making it harder for us and other users to follow so we would be glad if you avoid creating duplicated posts :)
    Let us know if you have any other questions or issues
    Nice website by the way!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text – Icon Spacing Query’ is closed to new replies.