I see a lot of people having issues coding pet profiles. This is mostly due to the fact that Subeta utilizes a “fluid” layout, which means that the width of the layout will adjust to your browser window size. This makes coding “static” (one-size; unchanging) pet profiles difficult if you’re not a strong coder. I’ve written a short “reset” code that should make coding a static pet profile a bit easier.
What the code will do:
- Remove the fluidity of the layout so it’s the same size for all window sizes.
- Remove all elements of the layout except for the pet information: header, sidebar, postcards, bookmarks, etc.
- Remove the empty space that can sometimes occur at the bottom of the page.
Continue reading “Pet Profile Reset Code” »