By Andy on Wednesday, 09 August 2017
Posted in General Issues
Likes 0
Views 396
Votes 0
Congratulations on the release of the wonderful EasyArticles!

My template (T3 Purity III) has a 'back to top' arrow in the bottom right corner that appears when needed.. it is in more or less the same location as the EasyArticles green button that the user sees bottom right of his or her screen.

Is there a safe and simple CSS code I can use to float the EasyArticles button bottom left, or bottom centre.... or increase the distance it shows from the right side of the screen?
hey Andy,

Try apply this following css into your current template custom css and see how it goes.


#ea.plg-ea-quickposting {
left: 32px !important;
}

#ea .btn-float--sub-1 span,
#ea .btn-float--sub-2 span,
#ea .btn-float--sub-3 span,
#ea .btn-float--sub-4 span {
left: 100%;
}
·
Wednesday, 09 August 2017 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex!
·
Wednesday, 09 August 2017 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 09 August 2017 11:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post