Help Editing Header Height And Aligning Blocks In Responsive Theme

Hello,

How can I reduce the height of the header (# 4) and align the blocks in it (# 1, 2, & 3)

This is the free Responsive theme in CS-Cart

Thank you!

Tarek

Header.png

Please share URL of your store

www.waschiesarabia.com

It's still under construction

Try to add the following code to the CSS section of the Theme editor

.ty-helper-container .tygh-header > div {
    padding-top: 0px;
}
.ty-helper-container  .top-menu-grid {
    padding-top: 13px;
}
.ty-helper-container .cart-content-grid {
    padding-top: 14px;
}

https://prnt.sc/12idic8

Thank you for your time, this worked.

You are welcome!