• Resolved mohakjhaveri

    (@mohakjhaveri)


    Hi,

    I want to remove the page Title and the spacing between the header menu and the content.
    As my first content is an end to end image, I want the image to start exactly where the top header ends with no white space.

    P.S.Am using the full width template.

    Any ideas?

    Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi, did you manage to sort this? I have the same problem.

    thanks
    Jason

    Thread Starter mohakjhaveri

    (@mohakjhaveri)

    Hey, I have not been able to solve it yet.

    Any ideas would really help. Thanks in advance.

    enter this into a custom css plugin to remove the page titles

    .page .entry-title {
    display: none;
    }

    I cannot figure out how to remove the white space unfortunately.

    Thread Starter mohakjhaveri

    (@mohakjhaveri)

    Hi guys! Any help on this will be highly appreciated!

    Thanks in advance!

    Alexandra

    (@alexandrastan001)

    Hi,

    Unfortunately the theme doesn’t support this customisation and as much as I would love to help with some custom code, this is beyond the support offered for the free products, which consist in bug fixing and theme documentation.

    Best regards,
    Alexandra

    Thread Starter mohakjhaveri

    (@mohakjhaveri)

    Hey,

    Thanks for your prompt response!

    I fully understand that providing custom code is beyond the support offered.

    If possible, could you tell me which template file has the source code for this white space. I may then be able to write the custom code myself.

    Thanks in advance!

    Thread Starter mohakjhaveri

    (@mohakjhaveri)

    @1393jason, Have figured it out.

    Go to the theme’s style.css file and find this:

    .content-left-wrap{
    padding-top: 60px;
    }

    This is the source of the white space. Change the value to suit yourself!
    Cheers!

    Hi mohaljhaveri,
    I was having the same issue and your solution works like a charm.
    Thanks for posting it!
    Rgds

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

The topic ‘Removing space between header & content’ is closed to new replies.