Home Forums WoodMart support forum 1. section of header Reply To: 1. section of header

#317749

Hello,

You have inserted menu element in the top bar and this row is less and content is less in the size than in other rows.

Please add this code to the Theme Settings > Custom CSS > Global:

.website-wrapper .whb-top-bar .wd-header-search .wd-tools-icon:before {
	font-size: 19px;
}

.website-wrapper .whb-top-bar .wd-tools-element .wd-tools-icon:before {
	font-size: 20px;
}

.website-wrapper .whb-top-bar .wd-header-fs-nav .wd-tools-icon:before {
	font-size: 24px;
}

.website-wrapper .whb-top-bar .wd-tools-element .wd-tools-text {
	font-size: var(--wd-header-el-font-size);
}

Best Regards