2019-07-01, 05:10 PM
(This post was last modified: 2019-07-01, 05:11 PM by Flexibule. Edited 1 time in total.)
Quote:I can fix this for you but is just a DIY approach from what I can see on the front end (and I'm no expert at CSS). As you have a very custom (and nice looking!) theme, I would strongly encourage you to learn CSS, and in particular how containers work.
Find in your postbit & postbit_classic templates>
<div class="postbit_buttons post_management_buttons float_right">
Change it to >
<div class="postbit_buttons post_management_buttons float_right" style="display: inline-flex;">
Ideally, you'll want to achieve the above within your CSS file, possibly using the postbit_buttons class , but the above should work
Thanks dude, it's work. Can you just remove my website from your message please ?
