• Resolved vicentsalvador92

    (@vicentsalvador92)


    Hello
    I wanted to know if it is possible to reduce even more the space between the menu and the content on the home page on both desktop and mobile.
    I have put the following code:
    .site-main {
    padding-top: 0;
    }

    Screenshot: https://ibb.co/px7mstv
    What could I do to reduce it even more?
    Thanks in advance
    Best regards

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    To reduce the header’s padding on the “No title” template page, you can add the following code (Customizer > Additional CSS):

    .tw-no-title .site-header {
        padding-bottom: var(--header--padding);
    }

    Hope that helps,
    Diane

    Thread Starter vicentsalvador92

    (@vicentsalvador92)

    Diane thanks for your answer, I have seen that it has changed in destokp version but in mobile version it still looks the same, how can I fix it?

    Plugin Author Twentig

    (@twentig)

    Please replace the previous code with this one:

    .tw-no-title #masthead {
        padding-bottom: var(--header--padding);
    }

    It should be good 🙂

    Thread Starter vicentsalvador92

    (@vicentsalvador92)

    Fixed, I am very grateful

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

The topic ‘Reduce size between menu and content’ is closed to new replies.