how to sidebar move down

After I used the method of fixing menu bar last time you offer,

and now a small part of sidebar is menu bar concealed. What changes should I make the sidebar where we can move down ??

Hi @henryip,

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

Could you please provide the links of previous topics where we have helped you and also tell us specifically which sidebar and where you want to move it( Share screenshot or page link of it if you can ) so that we can help you to achieve it?

Kind Regards,
Vinod Dalvi

MY screenshot

MY website link: http://a1-hk.com

and here is last times links: https://colorlibsupport.com/t/fixed-the-menubar/

thx

Where to find help team???
>.<

thx…

Hi @henryip,

Thank you for sharing the screenshots.

There isn’t any help team but the support team that try to help ASAP free of charge :slight_smile:

To move down the sidebar try adding the following CSS code in the Custom CSS Theme Options which you will find on the following path.

Admin Area -> Appearance -> Theme Options -> Other Tab -> Custom CSS

#secondary {
   margin-top: 47px;
}

Best Regards,
Vinod Dalvi