MyBB Community Forums

Full Version: Flatty Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
(2017-08-08, 02:32 PM)Rōshi Wrote: [ -> ]Yes. Wink
Any plans to update and release it with the responsive design?  Toungue Honestly my favourite theme here and would love it to be responsive.
This is a great theme. The primary thing that is lacking is that it is not responsive. A responsive stylesheet can solve this issue.

However, I have a problem. I spent forever looking for the option to edit the sidebar custom sidebox. I could not find it. Please help.

(2017-08-02, 07:27 PM)Dima_Gamer Wrote: [ -> ]I've been having a bit of Issues Changing The Side Boxes http://prntscr.com/g3kkro, The Part on the Bottom http://prntscr.com/g3kkw0. And this part http://prntscr.com/g3kl5d.
Thanks!

(2017-08-04, 02:50 PM)subzr1 Wrote: [ -> ]1rst its on index template
2nd its on footer template
3rd its on header template

Thank you, it was impossible to find the sidebar box. I see it is inline html inside the index template.
How can i centralise logo please
(2017-08-11, 11:52 AM)fahl Wrote: [ -> ]How can i centralise logo please


Line 67 of global.css
#logo .wrapper {
    width: 100%;
}

Add text-align:center;
I have this issue where there is an overhang after adding this plugin

https://community.mybb.com/mods.php?action=view&pid=74 (Last poster avatar on forumdisplay and index)

Can someone guide me how to fix this? i can't seem to find the CSS nor the layout for this one way i think is to lessen the gap between the name of the category to the number of post but i can't find the code to edit.

Thanks in advance
(2017-08-09, 06:53 AM)Avex Wrote: [ -> ]
(2017-08-08, 02:32 PM)Rōshi Wrote: [ -> ]Yes. Wink
Any plans to update and release it with the responsive design?  Toungue Honestly my favourite theme here and would love it to be responsive.

Yes, I'm waiting for MyBB 1.8.13 though.
Hi Guys

I have the Flatty Theme with the "Thank You/ Like" plugin

The problem I have is that the "Expand" button on the "The following X user(s) Likes" bar is massive!  How can I make it smaller?

[Image: Untitled.png]
(2017-08-15, 10:48 PM)NotAdmin Wrote: [ -> ]Hi Guys

I have the Flatty Theme with the "Thank You/ Like" plugin

The problem I have is that the "Expand" button on the "The following X user(s) Likes" bar is massive!  How can I make it smaller?

[Image: Untitled.png]

Admin CP  ›  Templates & Styles  ›  Flatty  ›  thankyoulike.css  -  click on 'Edit Stylesheet: Advanced Mode'.


...now scroll down and find the following code below:

img[id^=tyl_i_expcol_]{
    vertical-align: bottom;
}

and replace it by:

img[id^=tyl_i_expcol_]{
    vertical-align: bottom;
    height: 24px;
    width: auto;
}
#edit
Hello, there is a bug in this theme.

If you want to write a post with a bullet or numbered list, it will not work.

For example
  • Cats
  • Cats
  • Cats
  • Cats
If you submit the post, you'll see in Flattytheme only:

Cats
Cats
Cats
Cats

without the Bullet.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24