Need help with Blogum
-
Hi, started my blog with the blogum theme, but i want some help getting it to look like this blog – http://popcornnights.wordpress.com/ who also uses this theme. Hope someone can help with some CSS customization. Would be much appreciated
The blog I need help with is: (visible only to logged in users)
-
Hi there,
If you are not yet familiar with the web inspector tool in your browser, take a look at our support document on How to Find Your Theme’s CSS, which has some brief screencasts to get you started using it. It makes working with CSS much easier.
I also suggest taking a look through the following two support documents on CSS to get a feel for how things are structured and basic editing.
CSS Basics
Editing CSS
How to find your theme’s CSSTake a look at the above resources and to get the ball rolling for you, the following CSS moves the sidebar to the left side as in the site you reference.
.sidebar { float: left; } #content { float: right; }
- The topic ‘Need help with Blogum’ is closed to new replies.