How to remove white space on pages with latest craft theme?

How do I remove white space on my pages with latest craft theme? My store id is https://hub4all.myshopify.com/pages/track-your-order

1 Like

HI @hub4all

Could you share with me the password page so i can check it.

Hello @hub4all

Your store is password protected, please share the password so I can review it and provide a solution.

I have removed the password.

Hello @hub4all

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.page-width.page-width--narrow.section-template--18694377799989__a2ff4d3e-47f8-447f-b115-e659aec68b37-padding {
    padding-top: 75px !important;
}

This does not seem to help. I still see lot of space on all pages on main menu

@hub4all Just replace below code with the existing code.
in base.css file line number : 3151
You can find the class using this name also : .page-width.page-width–narrow.section-template–18694377799989__a2ff4d3e-47f8-447f-b115-e659aec68b37-padding

.page-width.page-width--narrow.section-template--18694377799989__a2ff4d3e-47f8-447f-b115-e659aec68b37-padding {
    padding-top: 0px!important;
    text-align: center;
}

Hello @hub4all

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.page-width.page-width--narrow.section-template--18694377799989__a2ff4d3e-47f8-447f-b115-e659aec68b37-padding {
    padding-top: 0px !important;
}

Thanks but this also does not seem to help . I cant seem to find that class in bass.css file

@hub4all find class by using short cut key ctrl +f
class name :

.page-width.page-width--narrow.section-template--18694377799989__a2ff4d3e-47f8-447f-b115-e659aec68b37-padding

@Ujjaval @oscprofessional is not there. I tried that way only. I copy/pasted the whole notepad and tried finding the class but its not there. Attaching the file here for your reference.

Hello @hub4all

Your store is password protected, please share the password so I can review it and provide a solution.