Big bit of padding under the title

Home Forums Jevelin Theme Big bit of padding under the title

Home Forums Jevelin Theme Big bit of padding under the title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • brothersmcleod
    Participant

    Hi, can you help me to reduce the big empty gap under my heading and before my content begins here:

    https://mylesmcleod.com/

    Thanks

    Myles

    Solution for this topic

    Hi Myles,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .cool-timeline-wrapper {
        margin-top: 0;
    }
    
    #page-container .cool-timeline-wrapper .cool-timeline {
        padding-top: 0;
    }

     

    Best regards,
    Shufflehound team

    brothersmcleod
    Participant

    Thank you very much

    You are most welcome here 🙂

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