Tweak

InsaneJournal

Tweak says, "I want to play a game..."

Username: 
Password:    
Remember Me
  • Create Account
  • IJ Login
  • OpenID Login
Search by : 
  • View
    • Create Account
    • IJ Login
    • OpenID Login
  • Journal
    • Post
    • Edit Entries
    • Customize Journal
    • Comment Settings
    • Recent Comments
    • Manage Tags
  • Account
    • Manage Account
    • Viewing Options
    • Manage Profile
    • Manage Notifications
    • Manage Pictures
    • Manage Schools
    • Account Status
  • Friends
    • Edit Friends
    • Edit Custom Groups
    • Friends Filter
    • Nudge Friends
    • Invite
    • Create RSS Feed
  • Asylums
    • Post
    • Asylum Invitations
    • Manage Asylums
    • Create Asylum
  • Site
    • Support
    • Upgrade Account
    • FAQs
    • Search By Location
    • Search By Interest
    • Search Randomly

Pretty Little Liar Mods ([info]pll_mods) wrote in [info]rp_tutorials,
@ 2011-10-15 22:09:00

Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Entry tags:layout: question, question: layouts

Hi all! I've decided to code my first Bloggish layout for this game I'm making (this is the mod journal/layout). What I have is still a WIP but I have a couple of questions first.

-> How do I get the layout centered? I feel like I'm missing something obvious
-> I'd prefer the side bar on the left but I'm blanking on that too. I know it has something to do with the alpha, beta code but I'm looking at the tutorial and coming up blank.
-> The calendar, syndicated, powered by are set to display:none in the code... But they're still displaying.

The code is included in the text box below.



I'd appreciate any help you are willing to offer :) (If all else fails I might go to a generator or clean/simple as I've coded those ones before with no problem. I just wanted to give Bloggish a try.....)



(Read comments) - (Post a new comment)


[info]forsythia
2011-10-15 01:27 pm UTC (link)
Found it! The culprit making your code break is a missing bracket. Just go to your .entry-footer section and change color:#000000; to
color:#000000;}
and you'll be golden.

Also, when I was prodding around, I noticed that you accidentally put the closing semicolon before the !important in .module-calendar {display:none;!important}. It still works because the !important proves unnecessary, but I thought you might want to know.

And if you don't want entry icons, you'll need to change .entry-userpic {display:none;} to .entry-userpic {display:none !important;} for it to work. The account you're building with doesn't have userpics yet, so I'm guessing that's why you didn't notice; the one I tested with had entry userpics and they still showed until I added the !important.

Hopefully that helps. ♥ Good luck with your layout!

(Reply to this) (Parent) (Thread)


[info]pll_mods
2011-10-16 03:27 am UTC (link)
Thank you! It was driving me mad last night so I really appreciate this :)

(Reply to this) (Parent) (Thread)


[info]forsythia
2011-10-16 03:58 am UTC (link)
Ugh, I know how that goes. You're welcome; I'm glad I could be of assistance. :)

(Reply to this) (Parent) (Thread)


[info]pll_mods
2011-10-16 04:44 am UTC (link)
Thanks again :)

(Reply to this) (Parent)


(Read comments) -


Home | Site Map | Manage Account | TOS | Privacy | Support | FAQs