Topic Contents Box move to the Right
-
I currently have Topic Preview enabled and works well, but I wish to move the Topic Preview box slightly to the right so it sits further away from the left side.
Currently via BSPSTYLE.css at line 1076, the value of Left is set to 75, when I change this to 150, and save, the Topic preview box moves to the right as expected, but after day or so, this then reverts back to 75 ?
Cache is cleared after change so do not understand why value reverts back to 75I don’t believe this is a Theme issue as I have changed themes for testing and same issue
/___________TOPIC PREVIEW_____________________________________/
.bsp-preview {
position: relative;
display: block;
}.bsp-preview .bsp-previewtext { visibility: hidden; left : 75px; top : -5px; border-radius: 6px; padding: 5px; z-index: 1; opacity: 0; transition: opacity 0.3s; position: absolu
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Topic Contents Box move to the Right’ is closed to new replies.