NSP Title in bottom?

GK User
Wed Oct 26, 2011 11:37 am
How to I put the title on the bottom?
Thanks
User avatar
Fresh Boarder

GK User
Wed Oct 26, 2011 11:45 am
Try below code in your override.css , make sure css override is enabled from template features

Code: Select all
.nspArt h4.nspHeader {
    text-align: center;
}
div.header .nspHeader {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 306px;
}
User avatar
Platinum Boarder


cron