![]() |
|
[suggestion] Center the nav menu items - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: Announcements (https://sinister.ly/Forum-Announcements) +---- Forum: Suggestions (https://sinister.ly/Forum-Suggestions) +----- Forum: Old Suggestions (https://sinister.ly/Forum-Old-Suggestions) +----- Thread: [suggestion] Center the nav menu items (/Thread-suggestion-Center-the-nav-menu-items) |
[suggestion] Center the nav menu items - Blink - 04-12-2018 It looks a bit weird now that the pomf and chan buttons are gone. I think the buttons better in the center. CSS code: Code: .nav_menu {
text-align: center;
}And maybe you'd want to increase the gaps in between the buttons: Code: .nav_menu > li > a {
padding: 10px 47px;
}RE: [suggestion] Center the nav menu items - Blink - 04-12-2018 Here's how it looks with the mentioned changes, on the stock theme: ![]() Here's how it looks on my custom theme: ![]() (it looks better on my theme if the padding is around 20-30px instead of 47 EDIT: For some reason it won't center on the home page, although padding values under 41px still work. I'll look into it later I guess, although a padding value of 40px also makes it look decent. Centering + padding is only really needed on everything except for the home page, as the home page has that button on the right, which makes everything look good if just padded RE: [suggestion] Center the nav menu items - mothered - 04-12-2018 This has been suggested a number of times already. https://sinister.ly/Thread-Header-nav-fixes https://sinister.ly/Thread-Center-Home-Members-Search-Etc-Icons That said, there's no harm In adding another suggestion. Not all members may have caught the previous threads. RE: [suggestion] Center the nav menu items - Blink - 04-12-2018 (04-12-2018, 04:41 AM)mothered Wrote: This has been suggested a number of times already. I brought this up specifically because the pomf and chan buttons were removed. With them removed, the left-alignment is much more noticeable. RE: [suggestion] Center the nav menu items - mothered - 04-12-2018 (04-12-2018, 05:44 AM)Ender Wrote: I brought this up specifically because the pomf and chan buttons were removed. With them removed, the left-alignment is much more noticeable. Makes sense. It has put the alignment further out. |