welington Active member Dec 27, 2024 #1 It would be possible to have this option to appear on the forum banner on smartphones in the App or IOs. Upvote 1
It would be possible to have this option to appear on the forum banner on smartphones in the App or IOs.
frm Well-known member Dec 27, 2024 #2 This should do it, provided you just centered the large logo on the default style: CSS: @media (max-width: @xf-responsiveNarrow) { .p-header { display: block !important; } /* Remove the large centered logo */ .p-header-logo { visibility: hidden; } }
This should do it, provided you just centered the large logo on the default style: CSS: @media (max-width: @xf-responsiveNarrow) { .p-header { display: block !important; } /* Remove the large centered logo */ .p-header-logo { visibility: hidden; } }
frm Well-known member Dec 27, 2024 #4 welington said: Frm I'll check it out now... thanks Click to expand... Forgot to add, if you were unaware, in the extra.less template.
welington said: Frm I'll check it out now... thanks Click to expand... Forgot to add, if you were unaware, in the extra.less template.
welington Active member Dec 27, 2024 #5 frm said: This should do it, provided you just centered the large logo on the default style: CSS: @media (max-width: @xf-responsiveNarrow) { .p-header { display: block !important; } /* Remove the large centered logo */ .p-header-logo { visibility: hidden; } } Click to expand... before: AFTER It helped a lot. Thanks a lot. Frm
frm said: This should do it, provided you just centered the large logo on the default style: CSS: @media (max-width: @xf-responsiveNarrow) { .p-header { display: block !important; } /* Remove the large centered logo */ .p-header-logo { visibility: hidden; } } Click to expand... before: AFTER It helped a lot. Thanks a lot. Frm