Popular news thumbnails border problem

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat Oct 25, 2014 3:15 pm
plz help with ur guidance,

1) In Popular news & posters - thumbnails border is not visible on right side which does,t look pretty good
http://bollywoodbook.in/index.php/newz/ ... ratabhiyan

2) want to remove the space and line between Rate this item & Tagged under.

3) want to remove " back to top" below which is visible on every page
User avatar
Senior Boarder

teitbite
Sat Oct 25, 2014 6:24 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#nsp-nsp_248 .nspArt img {
    box-sizing: border-box;
    max-width: 99%;
}

.itemLinksLeft,
.itemBackToTop {
    display: none;
}
User avatar
Moderator


cron