• Resolved debonemo

    (@debonemo)


    Hello I am using the Emphasize Theme which by the way is awesome, I am placing a video clip on a page to start on the page opening and I wish to remove the gap between the top of the video clip and the menu bar, any advice would be grateful my site address is https://www.miaswebservices.co.uk/video/ as you can see there is a gap
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Justin Tucker

    (@certainstrings)

    Hi debonemo,

    You have a few things going on here. First you need to modify some css. You can install a WordPress plugin that allows you to enter custom css.

    Something like this: https://www.ads-software.com/plugins/simple-custom-css/

    Then you will need to add some selectors.

    #content {
        padding: 0 0 40px;
    }
    
    .entry-content {
        margin: 0;
    }

    Finally, you’ll need to adjust some of the content in the text widget that is adding your video. There is an extra <p></p> tag that is causing extra padding. If you can’t remove it, you could target it with some css as well.

    .siteorigin-panels-stretch p {
        margin: 0;
    }
    Thread Starter debonemo

    (@debonemo)

    Hello Justin
    Thanks for the reply I will try that out this morning and will let you know how I get on

    Thread Starter debonemo

    (@debonemo)

    Thanks for that Justin worked fine well happy with the result not been playing with websites for a while so a bit lost

    Thanks again

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Thanks Justin for helping out on this one ??

    Justin Tucker

    (@certainstrings)

    You’re welcome. Glad I could help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how do i remove the gap between my video and menu bar’ is closed to new replies.