NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on October 13, 2015, 03:34:51 PM
-
How i can set the width and height for thumbails??
-
is possible hide the thumbail section??
-
>> is possible hide the thumbn ail section??
probably easiest via css
.ad-thumbs{
display:none;
}
Cheers
Bruce