• Resolved morrison11

    (@morrison11)


    Hi.

    i’m new here, and i try to build a crowdfunding site using this plugin. I want to know how to change the top margin of this page

    View post on imgur.com

    Thank’s & sorry for my bad english

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there,

    Thanks a lot for using WP Crowdfunding and contacting us. I have checked the provided link earlier. You are getting the issue because your header position is absolute. Please check this screenshot: https://imgur.com/a/n0ARJ72.

    I am not sure why you need this. You can fix the issue by setting header position to relative.

    Regards,
    Mehedi

    Thread Starter morrison11

    (@morrison11)

    thank’s for the answer @mehedih , but how do i set the header to relative ?

    Regards

    Try to find the absolute CSS and delete that. If you couldn’t find that, apply the following CSS on Appearance > Customize > Additional CSS:

    .header {
        position: relative !important;
    }

    Hopefully, it’ll work for you.

    Thread Starter morrison11

    (@morrison11)

    thank for your reply @mehedih
    it works
    Keep up the good work

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change The Top Margin’ is closed to new replies.