By Jarook on Friday, 06 October 2017
Posted in General
Likes 0
Views 1.2K
Votes 0
I need to reduce the font size of SocialAds Module. Regarding this I discussed with Techjoomla, They said It associated with main template codes.. like that,

Is it possible from your end to provide css code to reduce the font size of this module.. (See the screenshot)
Thanks. It works
·
Friday, 06 October 2017 21:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Try this following css and see how it goes.


.sa_mod_204.modsa .ad_prev_wrap.layout1_ad_prev_wrap .preview-bodytext.layout1_ad_prev_third {
font-size: 11px !important;
}

.sa_mod_204.modsa .layout1_ad_prev_first .preview-title.preview-title-lnk.layout1_ad_prev_anchor {
font-size: 11px !important;
}
·
Friday, 06 October 2017 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome, glad that your issues are resolved now
·
Friday, 06 October 2017 21:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post