Hello dzesikadevic
I can’t see any sidebar …
Sorry, should have specified. It’s not on the homepage, but when you click on a blog post:
http://devicfotos.ca/amy-andrew-wedding
Go to Appearance > Editor and find this line of code (use ctrl + F)
.single .post .entry-meta, .single .attachment .entry-meta
You’ll find some CSS code related to it like so :
.single .post .entry-meta, .single .attachment .entry-meta {color:#888;width:200px;float:left;font-size:1em;line-height:1.4em;padding:5px 0 0;position:relative;z-index:11;}
Change it to:
.single .post .entry-meta, .single .attachment .entry-meta {color:#888;width:200px;float:left;font-size:28px;font-weight:bold;line-height:1.4em;padding:5px 0 0;position:relative;z-index:11;}
Click Update File and and check your blog again
You are so welcome … please turn the Thread to RESOLVED