September 3, 2014 at 11:18 am
#13538
Theme Horse Support Team
Keymaster
Hi Santhi,
To centre align the home slogan Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.slogan-wrap {
text-align: center;
}
.slogan-wrap .slogan {
float: none;
width: 100%;
}
.slogan-wrap .view-work {
display: inline-block;
float: none;
}
Thank you!