Home › Forums › WoodMart support forum › How to split these words › Reply To: How to split these words
November 4, 2019 at 10:45 am
#154605
Aizaz Imtiaz Awan
Keymaster
Hello,
To separate those two words in your login sidebar title you can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:
.wd-cross-button.wd-with-text-left {
padding-right: 18px;
padding-left: 8px;
}
Result: https://jmp.sh/a7YJ4tQ
Best Regards.