Jump to content

Edit History

pullidea-dev

pullidea-dev

Hi, Toda

Your logo image ratio is 300:53

If you need height: 100px, the min-width should be 566px.

#header .logo {
    height: 100px;
    box-sizing: border-box;
    min-width: 566px;
}

And for the search box. Please write the below code in custom.css

#header .header-top-right {
	justify-content: flex-end;
}

And you need clean your browser cache. In windows Ctrl + F5

Thank you.

pullidea-dev

pullidea-dev

Hi, Toda

Your logo image ratio is 100:53

If you need height: 100px, the min-width should be 566px.

#header .logo {
    height: 100px;
    box-sizing: border-box;
    min-width: 566px;
}

And for the search box. Please write the below code in custom.css

#header .header-top-right {
	justify-content: flex-end;
}

And you need clean your browser cache. In windows Ctrl + F5

Thank you.

×
×
  • Create New...