Home › Forums › WoodMart support forum › Sticky Header › Reply To: Sticky Header
March 2, 2023 at 4:26 pm
#447759
Aizaz Imtiaz Awan
Keymaster
Hello,
Sorry to say but if the Sticky Header Clone option is enabled then it wouldn’t be possible to move the Logo to the center. The default structure for the Sticky Header Clone is logo, menu, search and shopping cart widget and right now it won’t be possible to change that.
Regarding adding Border Bottom to the Sticky Header Clone, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.whb-clone.whb-sticked {
border-bottom: 1px solid #DDDDDD !important;
}
Hope this helps !
Best Regards