Home Forums WordPress Themes – Premium Flat Responsive Padding in CTA and Top Inset

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #46804
    WebVision
    Participant

    Want to adjust padding to zero or whatever I need
    Please supply code or location in order to add to child theme
    Thank You

    Attachments:
    You must be logged in to view attached files.
    #46812
    Sushil Adhikari
    Moderator

    Hello VQP,

    Could you provide us your website URL so that the problem would be more precise?
    However if you want to adjust the padding of your banner image you can add the following css inside your child theme’s style.css file.

    
    #fr-banner {
    padding: 0px;
    }

    Regards,
    Sushil

    #46816
    WebVision
    Participant

    Sushil
    Sorry that was the widget area , top inset and CTA

    .fr_widgets_insettop {
    background-color: #5cb8e7;
    padding: 10px 0px 0px 0px; !important

    or

    .fr_widgets_insettop {
    padding: 0px; !important

    This was the only way I could get it to work and its still showing some padding
    The black is the padding

    Attachments:
    You must be logged in to view attached files.
    #46818
    WebVision
    Participant

    Site is not available – not published

    #46819
    Sushil Adhikari
    Moderator

    Hello VQP,

    Please use these codes;

    .fr_widgets_insettop {
        padding: 0px;
    }

    and

    #media_image-5.widget.widget_media_image{
        padding: 0px;
    }

    Hopefully it works,
    Thanks!

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