Home Forums WoodMart support forum Title spacing

Title spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #165882

    ungelover
    Participant

    Hi, is it possible to decrease the gap over and under the page title.

    Thank you for any assistance in this matter!

    Attachments:
    You must be logged in to view attached files.
    #165886

    Hello,

    With the theme options it is not possible to decrease the gap over and under the page title. But you can use the below CSS code in Page CSS area if you want to decrease the title gap for specific page:

    .main-page-wrapper .title-size-default {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    Screenshot for clarification: https://jmp.sh/A1jhsv3

    OR

    If you want to decrease the gap over and under the page title for all the custom wordpress pages. Then use the below CSS code in global custom CSS area under theme settings >> custom CSS:

    .main-page-wrapper .title-size-default {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    Best Regards.

    #165961

    ungelover
    Participant

    Thank you so much!

    #166030

    Most Welcome :-)

    If you do not mind, can you please leave 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Title spacing’ is closed to new replies.