By Andre on Monday, 14 December 2015
Posted in General Issues
Replies 1
Likes 0
Views 396
Votes 0
I have a problem. The social share disapears on pad and mobil resolution. How do i fix this ? I need them on all resolutions ?
Hey Andre,

I am sorry for the delay of this reply,

It seems like you are using 3.8 version, because this is older Easyblog responsive standard.

We already changed this default behaviour in Easyblog 5 to show social share buttons when you view on mobile.

To fix this, you have to apply this css fix into your current template css file. (After applied following code into your file, you have to clear all of your browser and Joomla cache before you view your site, so that it will load the new css on the page.)
JoomlaFolder/templates/yoo_solar/css/custom.css


#eblog-wrapper.w320 #ezblog-body .map-images, #eblog-wrapper.w600 #socialbutton, #eblog-wrapper.w600 #socialbutton .socialbutton-vertical {
display: inline-block !important;
}
·
Monday, 14 December 2015 11:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post