By Niccolo Angeli on Saturday, 13 October 2018
Posted in General Issues
Replies 1
Likes 0
Views 504
Votes 0
Hi guys,
I need a css suggestion.
I want the Votes box to float to the right even on mobile view, I can see the CSS here https://accademiainfinita.it/forum/1246-la-divisione-nasce-da-un-ego-smisurato

#ed .pull-right, #ed .t-lg-pull-right {
float: right !important;
}

but when I test on smaller screens the Votes box just stay on top of the post text (see attached image), while I want it to float to the right and be surrounded by the text.

Could you suggest a code tweak to adjust this?

Thank you
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

You can try this following custom css :


body #ed.w480 .ed-reply-item .ed-reply-content {
clear: inherit !important;
}
·
Saturday, 13 October 2018 09:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post