![]() |
VOOZH | about |
Can anyone help me edit my code? I'm trying to move the nav links and title/subtitle to different positions on my header. Is there a code I could use where I could adjust the number settings till I have each thing in the position I want. I'm still pretty new to CSS so I'm kind of lost here.
I'm using google chrome, the expressive layout, have a plus account, and am posting from the same journal I need help fixing.
.lj currents li. Set it as bg image and add some padding to make room for it..lj-currents .entryMetadata-content a (location is the only metadata that has an anchor afaik). You also need to add the following properties:/* pseudocode */
background-color: [same colour as whatever bg is visible behind the element];
background-repeat: no-repeat;
display: block;
margin-left: [some negative number to pull your icon left if it's on the left of the text];
margin-right: [same as above, if your icon's on the right];
padding-left: [at least the width of your icon, if it's on the left];
padding-right: [same as above, if icon is on the right];
height: [at least the height of your icon];.lj-currents .meta-mood-img. You/your users must be using a mood theme, or the element you need won't exist. Which moodtheme does not matter as you're hiding it anyway.| March 2016 | ||||||
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||