Tagged: title
Hi!
Is it possible to move the titles to the left side? Like in the example.
Thank you!
Hi C-LabMX!
Please add following code to Quick CSS
#top .title_container .container {
padding-left: 0;
margin-left: 30px;
}
Cheers!
Yigit
Thank you Yigit!