How to Make the Entire Layout Align Left on LiveJournal
LiveJournal allows you to customize your journal by enabling you to select a predesigned layout from a list of themes. You can further customize the layout through Cascading Style Sheets, a Web-based computer language that modifies the existing HTML tags in a page. To make an entire layout align left on LiveJournal, edit the CSS code for the theme.
Instructions
-
-
1
Select "Journal Style" in the "Journal" section from the menu on the left. Click "Switch to S2" if the message "This Style System Is No Longer Supported" appears.
-
2
Select a theme from the list, then click "Apply Theme." Choose "Customize Your Theme" from the "Current Theme" box.
-
-
3
Go to "Custom CSS." Select "Yes" from the drop-down menu. Input "div { float: left; }" in the box. If you want the layout to be compatible with Internet Explorer 5, 6 and 7, input "div { float: left; display: inline }" in the box. No extra code for Google Chrome, Mozilla Firefox or IE8+ is required.
-
4
Click "Save Changes" to make the entire layout align left on LiveJournal.
-
1