Tweak

InsaneJournal

Tweak says, "Life Sucks!!! Have a mint."

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.....)



(Post a new comment)


[info]forsythia
2011-10-15 12:54 pm UTC (link)
Let's see if I can help. :)

-> This one took me some prodding to figure out by comparing other layouts with yours, and I came to the conclusion that it's all in the #container. In your #container section, find margin:10px; and change it to margin: 0px auto; By my understanding, it's a CSS 'hack' that makes the layout appear centered. I tested your code with this change, and it made the layout appear centered in Firefox.

-> You have to set "Two column (sidebar on left)" in the custom options. It's at the very top of the page where you enter custom CSS. Then switch the names of #alpha and #beta in your code, as the order you have right now is for sidebar on right.

-> I'm kind of stumped in terms of the syndicated etc. appearing. I even overwrote your line for the 'powered by' section with a bit from a code I know works, and it still displayed. I'll toy around with it a little more and get back to you if I can figure out how to fix that part.

(Reply to this) (Thread)


[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)


[info]pll_mods
2011-10-16 03:29 am UTC (link)
I'd done the side by on left but didn't think of swapping the alpha/beta thing over. Oops ;p

(Reply to this) (Parent)



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