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

    As you can see at http://mobilepdfsdk.biz/?page_id=1277

    ‘Frequently Asked Questions (FAQ)’ is in a color section with no padding option. However we have a margin at the bottom.
    I want to remove the margin at the bottom as well as the top.

    Thank you.

    #208106

    Hey pdfpro!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #av_section_1 .avia-section { min-height: 30px;
    padding-top: 5px; }

    Regards,
    Yigit

    #208358

    Hello Yigit,

    I tried your code with/without # at the beginning putting in QuickCSS option but no success.
    What can I do now?

    Thanks!
    Jeong

    #208447

    Hey!

    Can you post a screenshot and show how you would like to look and create a temporary admin login then post it here privately? If i understood you correctly, the code i posted in my previous post should work

    Cheers!
    Yigit

    #208452

    Hi,

    If I remove ‘#av_section_1 ‘ from the code, it works. What happens? Thanks!

    Jeong

    #208585

    Hi!

    #av_section_1 ID targets a specific section and when you remove it, it basically applies globally.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Padding option not working for bottom in Color Section’ is closed to new replies.