By Giovanni Mio Medicina on Thursday, 02 November 2017
Posted in Technical Issues
Likes 0
Views 819
Votes 0
Hello,
in esmobile, the buttons of the "list of authors" (easyblog) are moved to the right.
I changed the first 3 (NEWS - CATEGORIES- TAGS) with a custom css "MARGIN-LEFT: 0".
the fourth (SEE ALL NEWS) I can not change it, because the css "#es to: link, #es to: link: hover, #es to: link: active, #es to: link: focus," would also have effect from other parts.
You need to use a different selector. Before you can do that, you need to understand how CSS actually works. You can use codes like this, to select the button on css, http://take.ms/HLtep

[gist]
body #eb .es-stats-content .btn-show-all {
/** css attributes here **/
}
[/gist]
·
Thursday, 02 November 2017 22:24
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you very much for the support
·
Friday, 03 November 2017 20:57
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Friday, 03 November 2017 21:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post