MyBB Community Forums

Full Version: Responsive Default
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
The default style has been developed and made compatible with mobile
I am not sure that the work is professionally perfected, but a temporary and helpful solution for browsing the mobile and getting rid of the Google message and other search engines.
Pictures style :
[Image: 158880625852131.jpg]
[Image: 158880625863212.jpg]
[Image: 158880625866513.jpg]
[Image: 158880625870324.jpg]
[Image: 158880625872945.jpg]

I apologize to everyone if there was a design error or a deficiency
Thank you for your contribution.

You should send it to Extend as well Smile
That is very nice, thanks for making it responsive.
Thank you man this is appreciated, going to start messing with it now.

Any way to hide forum descriptions when in responsive mode?
(2020-05-20, 04:41 AM)Furious Wrote: [ -> ]Any way to hide forum descriptions when in responsive mode?

Trivial. Inside the media query for the device you're trying to not show them on:

.trow1 .smalltext{
    display:none;
}
Is there any way to make this theme panel and footer full width exactly like the original 1.8 theme but still keep it responsive?
(2020-05-21, 03:06 AM)Furious Wrote: [ -> ]Is there any way to make this theme panel and footer full width exactly like the original 1.8 theme but still keep it responsive?

In the global css, change the #wrp50 with this:

#wpr50{
	width: 100%;
	background: #fff;
}

I think it's good