Hueman Move Tagline

Hello,

I need your help. Is it possible to move the Tagline below my Logo?
Thanks in advance.

Link to Website: https://www.travelnaut.net/

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

.site-description {
position: absolute;
bottom: 40px;
left: 14px;
}

Thanks!
Colorlib Support Team