PenciDesign replied
Hi,
Ahh, I forgot you're using Classic layout. And on classic layout, it doesn't support for that line. Here is demo for classic from our demo.
So, please add more this code to Customize > Custom CSS to create that line:
\
.header-standard.header-classic { padding-bottom: 16px; }\
.header-standard.header-classic:before { content: ''; position: absolute; left: 50%; width: 60px; height: 1px; background: #B5B5B5; display: inline-block; bottom: 0; margin-left: -30px; }
Best Regards,
PenciDesign