schlogo
Hi
open
/templates/ja_morgan/css/template.css
Find this code
.logo-text .site-slogan {
display: block;
font-size: 10px;
position: absolute;
bottom: 0;
line-height: 1.2;
text-transform: uppercase;
margin-bottom: 6.25px;
}
replace it with
.logo-text .site-slogan {
display: block;
font-size: 10px;
position: absolute;
line-height: 1.2;
text-transform: uppercase;
margin-bottom: 6.25px;
}
clear Joomla and browser cache and check.