Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1496

Extensions in Development • Re: [3.3][DEV] Responsive Navbars

$
0
0
Good day! When using the extension QuickReply Reloaded. The lower navbar overlaps the answer field. Is it possible to somehow make these extensions work together?
photo_2025-02-11_17-50-11.jpg
Open ./ext/boardtools/quickreply/styles/all/theme/quickreply_main.css and find

Code:

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {.qr_fixed_form #smiley-box {display: none;position: static;right: auto !important;width: 100%;max-height: none;}#qr_postform.qr_fixed_form.with_smileys #message-box {width: 100%;}}

Replace by

Code:

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {.qr_fixed_form #smiley-box {display: none;position: static;right: auto !important;width: 100%;max-height: none;}#qr_postform.qr_fixed_form.with_smileys #message-box {width: 100%;}.qr_fixed_form > div {margin-bottom: 6%;}}

Saves the change and clears the cache

Capture d’écran 2025-02-11 à 23.58.37.png

Statistics: Posted by ssl — Tue Feb 11, 2025 11:08 pm



Viewing all articles
Browse latest Browse all 1496

Trending Articles