mrmad.de | android support forum

mrmad

Active member
Hi there,

I would like to hear your thoughts about my first xenforo implementation.
It's a support forum for our android website.
Besides blogging we offer some custom work e.g. add-on packs and custom ROMs for various android devices.
What do you think? Any ideas, good or bad critique is always welcome.
Here is the forum:

forum-e1372744483329.png
 
Very nice theme. Liking the enhancements you have done to it and the multi variety of node icons really does bring this style out. Very nice work with that.

I did however notice the waindigo copyright container clashing on the smiley list. Unsure whether that is having an adverse effect in other areas. You might want to look into that. http://www.mrmad.de/forum/help/smilies


Untitled-3.webp
 
Hi there,

I would like to hear your thoughts about my first xenforo implementation.
It's a support forum for our android website.
Besides blogging we offer some custom work e.g. add-on packs and custom ROMs for various android devices.
What do you think? Any ideas, good or bad critique is always welcome.
Here is the forum:

forum-e1372744483329.png

Also and on the offchance your interested I designed and released some Android themed smilies that might suit your forum. The following can be download..

  1. Android Smiley Pack - http://xenforo.com/community/resources/android-themed-smilies.1061/
  2. Android Extended Smiley Pack - http://xenforo.com/community/resources/android-themed-smilies-extended-pack.1062/
 
I just had a look at the waindingo branding. I guess this is a very stupid question, but can anyone point me into the right direct on how to edit this part so that it is smaller and doesn't conflict with the rest?
 
I just had a look at the waindingo branding. I guess this is a very stupid question, but can anyone point me into the right direct on how to edit this part so that it is smaller and doesn't conflict with the rest?

Try adding the following in EXTRA.CSS template to see if this fixes the issue.

Code:
#waindigoCopyrightNotice .pageContent {
margin-top: 15px;
padding: 10px;
}
 
Thanks...that did the trick. I had forgotten about extra.css...great thing!

I took another look at your forum and noticed a few of the node icons are cropped at the bottom. You may want to apply a height: value in EXTRA.css template to each one to fix this issue. :)
 
Top Bottom