Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
lipki

bug css in forum

5 posts in this topic

Hello
 
On my small (but not so small) screen, here's how the site appears.
 
Posted Image

That's good, but not great :D, the menu is broken and we can not give the money to Dunk

Like this, would be better :
 
Posted Image

And for this, simply put the following code in the file ipb_styles.css
 

#donateBlock {    margin: 0 0 0 -243px !important;    width: 400px !important;}@media screen and (max-width: 85em) {    #logo {        height: 80px;        text-align: center;    }    #logo img {        height: 40px;    }    #themeToggle, #primary_nav {        height: 80px;    }    #themeToggle span, #community_app_menu > li > a {        height: 30px;        padding-top: 50px;        width: 80px;    }}

This is "responsive", it reduces the size of menu only on small screens when necessary.

I hope this helps.

0

Share this post


Link to post
Share on other sites

We're aware of the issue, but never fixed it because CSS is scary and I'm terrified of breaking everything. So on that note, I'm going to use the snippit that lipki has so kindly provided, and cross my fingers that it doesn't break everything.

 

So... if the forums look really weird for a little bit, I'm sorry. >.> Hopefully I will be able to revert any issues fast enough so nobody notices.

 

Edit: I tried adding in just that bit to that file, but the differences thing showed so many other changes I didn't even try hitting save. I'll pass this thread on to spAnser, but it might not be fixed for quite some time.

0

Share this post


Link to post
Share on other sites

If needed I can give more details

 

No need I added it I am around when needed I try not to hide to much. I am always so busy.

0

Share this post


Link to post
Share on other sites