laundryday: source: nanowrimo.org (Default)
Jane ([personal profile] laundryday) wrote in [community profile] style_system2018-04-23 10:30 pm

Module and icon help

Sorry I got another question popping up. It didn't show up until I wrote enough entries, but now that I have, how do I get rid of the "Previous Page" display that's currently on top of my entries? I don't mind it at the bottom, but on top it throws off the flow.

Also, I want to move the icon in the Profile module on the left down a few pixels, so there's more space between the icon top border and the bottom of the word "Profile". How do I do that?

Default layout fantaisie. Thanks again!


fueschgast: (non-fandom: computer - productive)

[personal profile] fueschgast 2018-04-24 09:50 am (UTC)(link)
Just add the following CSS:

.topnav {
display: none;
}

.userpic {
margin-top: 10px;
}