jrolson wrote: ↑Wed Feb 01, 2017 5:58 pm
Could not replicate this problem. Try flushing your cache.
Tried that already, didn't help.
Disabled the two extensions I have running:
* Tapatalk Plugin for phpBB 3.1/3.2
* External Links Open in New Window
But that isn't the issue either.
I made some small adjustments to the theme (as discussed in this topic in the past).
Find .postprofile in content.css
Change float: right to float: left
Change border-width: 0 0 0 1px; to border-width: 0 1px 0 0;
Find .postbody in content.css
Change float: left to float: right
Now I've succesfully transferred the profile items to the left, the 'online banner' is still placed on the right.
Just behind the edit and quotation buttons, so not readable.
Is that thing transferrable to the left too?
Found it:
In the same file as before, around line 765:
.online {
background-image: none;
background-position: 18% 0;
background-repeat: no-repeat;
}
Other than that I have absolutely no clue what causes this?