white line between entries/footer - Solved

May 26, 2007 10:52

okay, i've been searching the tags and can't seem to find what i'm looking for, though i swear i've seen someone else with the same problem..

there's just a white line going across the bottom between the entries and the footer image, and i can't get it to go away. -solved!the footer image should be the same size as the original because i just ( Read more... )

page:borders, sidebar:profile

Leave a comment

Comments 4

av8rmike May 26 2007, 23:41:31 UTC
Please don't lock entries.

There's some stuff that's still active in the Piximix parent CSS. Try changing #footer to this:
#footer {
background-image: url(http://pics.livejournal.com/anti_radio/pic/00002p28);
background-color: #000;
padding-top: 1px;
border-top: 1px solid #000;
}Which code are you talking about for changing the Profile text? The easiest way is to modify the properties, like this:
set sidebar_primary = [ ["userprofile", "Profile", "1", "1"],
["calendar", "Latest Month"],
... ];With your sidebar modules in the order you want. Then, just change where it says Profile to the text you want. It may not be working if you have a user layer setting the sidebar, which will override a theme layer.

Reply

shes_staggering May 27 2007, 00:29:21 UTC
sorry, i update from a client and have it set to auto lock, sometimes i forget to take it off.

Reply

shes_staggering May 27 2007, 00:56:18 UTC
awesome, i got rid of the white line. the set sidebar thing isn't working however. i do have a user layer for the extra custom text boxes, so that may be why it isn't working.

i tried it in my layer, but after about the second/third custom text it started saying the lines were errors.

i don't have anything right now defining my profile section in my layer, it's just the standard, and then everything below it is custom text in the layer.

Reply

av8rmike May 27 2007, 04:50:14 UTC
Try editing your user layer instead of your theme layer (don't use the Customization Wizard), and look if there are any lines with set first_item = ... If there are, delete them and hit "compile".
I'm not sure I understand about the errors and additional boxes.

Reply


Leave a comment

Up