facebook like button can show in desktop view, but not shown in mobile view
also how to move the blog date from the bottom to the top of the article?
also how to move the blog date from the bottom to the top of the article?
/*hide map and sharing in narrow view*/
#eblog-wrapper.w320 #ezblog-body .map-images,
#eblog-wrapper.w600 #ezblog-body .map-images,
#eblog-wrapper.w600 #socialbutton,
#eblog-wrapper.w600 #socialbutton .socialbutton-vertical {
display: none !important;
}
/*hide map and sharing in narrow view*/
#eblog-wrapper.w320 #ezblog-body .map-images,
#eblog-wrapper.w600 #ezblog-body .map-images {
display: none !important;
}
how to do it in override prevent update override it?
how to move the blog date from the bottom to the top of the article?