|
|
|
|
|
by Cthulhu_
977 days ago
|
|
It's because customizing a Wordpress theme is a daunting task at first, especially if you try and use the builtin editor instead of taking a theme and stripping it down. WP's page layout and templating is... Different. Which is why it's turned into its own specialism / industry. |
|
Something like sticky menus should be trivial for any web dev: find the menu you want to make sticky in the web inspector. Modify the styles inline until you make it work. Grep the theme for the selector that you modified. Copy your modifications.