News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Get your quickreply-box fixed

Started by sangham.net, June 28, 2015, 02:48:13 PM

Previous topic - Next topic

sangham.net

As great as this function is, the box was somehow always far away from the posts and one needed to scroll up and down a lot.

I the case you like to give it a position, try this addition and changes (you might need to make some changes in regard of frame and background, depending on you theme and modifications in addition)

add the id #quickReplyOptions in index.css of your theme

#quickReplyOptions {
position: fixed;
bottom: 55px;
left:1em;
box-shadow: 5px 5px 8px #BEBEBE;
width: 250px;
}


change #quickreplybox

#quickreplybox {
padding-bottom: 1px;
background: transparent;
position: fixed;
bottom: 1em;
left:1em;
width: 250px;
height:31px;
box-shadow: 5px 5px 8px #BEBEBE;
border-radius: 8px;
}


Looks "live" like that and attached a screen shot.

Much joy.

Advertisement: