News:

Wondering if this will always be free?  See why free is better.

Main Menu

feather

Started by Mick., October 03, 2021, 07:02:52 PM

Previous topic - Next topic

Mick.

The user bar clashing with large logos... let's lower it.

Increase Top: 130px to 150px

.s2 {
background: transparent;
display: block;
position: absolute;
top: 150px;
left: 0;
bottom: 0;
width: 80px;
z-index: 2;
}

Mick.

Alright... down to moderation check boxes. This one is kicking my butt

marcosbr

Quote from: Mick. on October 06, 2021, 06:24:46 PM@rjen

Remove this...

I don't remember why I needed it  :o

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

for me resolved message index
Nothing in life is absolute. We are always learning... Did you know that?
https://amigosdaeletronica.com.br

@rjen

Quote from: Mick. on October 06, 2021, 06:38:06 PMThe user bar clashing with large logos... let's lower it.

Increase Top: 130px to 150px

.s2 {
background: transparent;
display: block;
position: absolute;
top: 150px;
left: 0;
bottom: 0;
width: 80px;
z-index: 2;
}

already did that, it needed 170px in my case.
But due to the absolute position I am pretty sure other users with different size logos will have problems again...
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

@rjen

Quote from: marcosbr on October 06, 2021, 07:27:51 PM
Quote from: Mick. on October 06, 2021, 06:24:46 PM@rjen

Remove this...

I don't remember why I needed it  :o

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

for me resolved message index

For me too
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

Antechinus

Quote from: @rjen on October 07, 2021, 01:34:38 AMalready did that, it needed 170px in my case.
But due to the absolute position I am pretty sure other users with different size logos will have problems again...
Yup, that is bound to cause problems if the logo size does not match. Better to avoid absolute if you can't predict the content size. There should be another way of handling it that will still work.

Mick.

Feather updated. It now uses flexbox in board index, Expand board button now remembers your choice open/close with local storage. Member list template re-designed.

Mick.

Theme updated.
1. Menu width fixed in dropdown ul li.
2. Added slow motion open/close to board expand button.

pacheco16

First, I want to congratulate you on this incredible job.

I would like your help to change two things in the theme.

How can I remove this button?


How can I move the subcategories around?

Mick.

@pacheco16
You want the expand board button removed completely?

Also, why would you want child boards moved to where the description of the board supposed to be?

pacheco16

Quote from: Mick. on October 17, 2021, 03:03:06 PM@pacheco16
You want the expand board button removed completely?

Also, why would you want child boards moved to where the description of the board supposed to be?

I just want to remove the button from the menu so that it cannot be used by users.

child panels are moved below the description.



Mick.


Mick.

I'm not here to re-design anyone's theme. Use another theme.

Mick.

Look man. I'll help you but at the moment I'm away from my puter. Check back later. But really burns a hole in my ass when I spent 16 hrs in 4 days to figure out and write at what's now to me a simple code to the js file to make the boards open and close and remember your last action for someone that doesn't want it. wtf.

TwitchisMental

Awesome theme, I really like the super size footer and the cool sidebar.

landyvlad

I've been trying this theme - I love the look and will almost certainly stick with it.
"Put as much effort into your question as you'd expect someone to give in an answer"

Please do not PM, IM or Email me with questions on astrophysics or theology.  You will get better and faster responses by asking homeless people in the street. Thank you.

Be the person your dog thinks you are.

Mike66

Cracking theme Mick 8)

Mike66

How would I go about moving the side menu with the icons Mick, I'd like to try it centered under the main menu on all devices?

Mick.

Quote from: Mike66 on November 02, 2021, 09:29:18 AMHow would I go about moving the side menu with the icons Mick, I'd like to try it centered under the main menu on all devices?
I'm on the road atm, I'll post about it tonight  ;)

Mick.

Quote from: Mike66 on November 02, 2021, 09:29:18 AMHow would I go about moving the side menu with the icons Mick, I'd like to try it centered under the main menu on all devices?
It already is under the main menu on all devices.

If you want it centered since it is displayed to the left on mobile...
Open the theme's CSS file (index.css)
Find:
.s2 .user-links {
margin-top: 5px;
}

Replace with:
.s2 .user-links {
margin-top: 5px;
                text-align: center;
}

Advertisement: