Hi there!
I am having trouble with the text placement in my blog posts and sidebar.
In the blog posts: I have an image I created for the line separator. The TITLE of the blog post is place correctly, but I cannot get the DATE to go above the line. Prior to inserting the image, the date was above the line, because I used the code: border-bottom: 1px solid #bababa; But now the image code does not involve the word "bottom," therefore, therefore, the image separator line goes above the date, and only underneath the post title.
Same thing with my sidebar… This is what I've used:
.widgettitle {
font-family:'quicksand', sans-serif;
font-size: 16px;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
color: #aaa;
background: url(http://www.meyouandhayleylarue.com/wp-content/uploads/2014/12/linesmall.png) no-repeat;
padding-bottom: 3px;
margin-bottom: 24px;
margin-bottom: 2.4rem;
}
My blog is: MeYouandHayleyLarue.com and I am using the Eleven 40 Pro Theme
I would greatly appreciate any help!