• Resolved josuecocr

    (@josuecocr)


    as reducing the header margin?

    if you can not, then, as to remove the space occupied by the image? this in order to take advantage of that space

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’d make this thread so easy to help out if you’d link to the problem

    Thread Starter josuecocr

    (@josuecocr)

    look at the margin of my page, so you know what I mean

    http://peliculastv.tk

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    #header p {
        margin-bottom: 0;
    }

    Then your header has no margin.

    If you want to reduce the gap below it then hide your navigation menu:

    #navbarfull {
        display: none;
    }

    Thread Starter josuecocr

    (@josuecocr)

    my friend, would be impossible without your help to succeed …

    Thank you very much for your quick response ..

    Problem solved!

    Have an excellent day

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘reduce the header margin’ is closed to new replies.