• Resolved jaiganeshak

    (@jaiganeshak)


    Hi,

    Firs of all, thanks much for this nice theme.

    Here is my page
    https://www.highqapparels.com/page/

    I want to reduce the blank space between header and first line of text(‘Page’ in my case).

    Changed the following in style.css:

    In #st-content-wrapper old one was -> padding: 60px 0;
    edited new one is -> padding: 0;

    It helped to a great extent and the blank space is reduced. But I want to reduce it further.Can you please enlighten me on this?

    Thanks,
    Jai

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there,

    You have a full blank row there which is pushing the content down, Not sure why that was favourable over padding or a margin but you can hide it with some CSS like:

    .row:nth-of-type(1) {
        display:none;
    }

    Hope this helps, have a great weekend! ??

    You’re very welcome about the theme.
    Regarding the space remaining, this is actually the breadcrumbs container which has an ID of #breadcrumbs

    If you don’t plan on using breadcrumbs, you can do a display none on it.

    It does look like a nice theme! ??

    Ah, that explains the div there. I should have thought with the placement, it’s just I (as I’m sure you have) seen many people use empty containers to help style.

    I really love that you check in on your themes and support them, not that many authors seem take the time from what I’ve seen. I guess life has a tendency to get in the way. It certainly shows real passion, love and enthusiasm. You clearly care a lot about your end users and that’s awesome! ??

    Take care.

    Thread Starter jaiganeshak

    (@jaiganeshak)

    Thanks a lot for the inputs…Theme Author and Timothy Bowers.
    Now it works as I wanted it to. Great support! Happy weekend!

    You’re very welcome jaiganeshak…and also thanks Timothy! Cheers ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to reduce the blank space between header and first line of text?’ is closed to new replies.