17 July 2014
15 July 2014
BT#3 - making the most of your space
Imagine you have the biggest bedroom in the house, yet only have a bed and a chair in one corner. Now translate that to your blog, you have a whole page to fill don't just limit yourself to a tiny portion in the centre of your screen. Excessive white space can be off putting to readers and makes your blog look small and cramped. Deciding what size to make your blog can be tricky, personally I say anywhere between 990px and 1100px are the best widths to use to get the most out of your blog without having to actually move your head to read your posts.
Then you have to decide what size to make your sidebar. Again, I would recommend anywhere from 300px to 330px to get a good sidebar without it being too hard to see, or overpowering your page. You still want the emphasis to be on your posts! Once you have these sorted, make sure you are using that magic code mentioned in THIS POST so that you aren't harbouring excess white space that could be being utilised.
Now, and maybe most importantly, uniformity. Having a clean scroll is vital in keeping your blog looking fresh and professional! Two tips I have are making all your post photos the same size and making all your post text justified! These really are down to personal taste, but I find it the most pleasing to the eye! Having photos that are all the same width (even if two are next to each other to make up one width) and then having your post text also at the same width by making it justified just helps to keep the eye scrolling without having to gravitate to one side, or the centre.
If you manage this via your blogs customise button, then there is no need to change anything when writing your post. The amount of blogs I have designed where they change the font of their posts manually every time when they could fix them all at once is monumental. Here's how:
CUSTOMISE > PAGE TEXT > Choose the font you want, the size and the colour!
CUSTOMISE > ADVANCED > Add CSS:
.post-body{
font-family: open sans!important;
text-align: justify!important;
}
Make sure the font you write in the code is the same font that you chose on the PAGE TEXT tab. Also be aware, this will only work if you have your posts set to DEFAULT FONT / NORMAL SIZE / NORMAL (in the drop down option) You may need to go back and manually choose JUSTIFY and DEFAULT FONT on some of your old posts to get them to show the new changes.
If you have any questions, use the contact me tab and I hope this tip is useful!

If you have any questions, use the contact me tab and I hope this tip is useful!
11 July 2014
custom design winner
Thank you for all the nice comments on my new blog and to all of you who entered my competition, and followed my blog via GFC and Bloglovin! Don't forget I will be running this competition every 2 months! So without further ado...
The winner is:
The winner is:
GEMMA BRADSHAW
Congrats Gemma, and if you would like more opportunities to win and get freebies, be sure to follow my blog and stick around for more easy tutorials!

4 July 2014
BT#2 - the one piece of code you need to know
There is one piece of code that I ALWAYS use on my clients blogs, and it fixes a whole lot of problems. And if you have never had a design made for you, you may not know about it! Ever tried to add a new header, and it looks off centre? Or your posts aren't filling up the whole post? Well this tiny bit of simple coding will fix it!
STEP ONE:
Head over to Template > Customise > Advanced > Add CSS Then add the code below into the white box and press enter!
.content-inner{
padding: 0px!important;
}
You should see everything shift into it's correct place! You can take this one step further and remove some space above your header if you have removed your navigation bar and are left with a gap:
.content-inner{
padding: 0px!important;
margin-top: -30px;
}
I hope you find this tip useful!
3 July 2014
WELCOME TO PRETTY WILD BLOGS | GIVEAWAY
It's the official opening of Pretty Wild Blogs, and to celebrate I am running a week long giveaway to win a free custom blog design worth £38. Pretty Wild Blogs is dedicated to helping you update the look of your blog with easy to follow tutorials, blogging tips and Freebies! As you can see I already have a back catalouge of tutorials waiting for you, and lots more to come so be sure to join my blog via GFC and Bloglovin to be in with a change of winning a custom blog design every 2 months! Oh, and don't forget to check out that freebie tab at the top for some downloadable goodies!!
GIVEAWAY RULES
-1 x winner of a Custom Blog Design!
-Must follow Pretty Wild Blogs via GFC OR Bloglovin'
-Must fill out raffle copter form below to register entry.
-Multiple entries allowed in the form of a new tweet every day, accessed via the rafflecopter form.
a Rafflecopter giveaway
This giveaway will run from the 3rd July till the 10th July. Winner will be contacted via email provided on the 11th July. If no contact is made by the 13th July a new winner will be chosen! If you have any questions regarding the giveaway, please use the contact tab to get in touch!

-Must follow Pretty Wild Blogs via GFC OR Bloglovin'
-Must fill out raffle copter form below to register entry.
-Multiple entries allowed in the form of a new tweet every day, accessed via the rafflecopter form.
a Rafflecopter giveaway
This giveaway will run from the 3rd July till the 10th July. Winner will be contacted via email provided on the 11th July. If no contact is made by the 13th July a new winner will be chosen! If you have any questions regarding the giveaway, please use the contact tab to get in touch!
GOOD LUCK!
1 July 2014
Subscribe to:
Comments (Atom)

