html - Cannot align h2 inside a div container to the right side -
please check wordpress site: http://bit.ly/1fpv4iy
i want align titles of articles thumbnail right side, title should stay on thumbnail image.
i tried float , textalign h2 class, either didn't work or showed title beneath thumbnail image
how can align text right?
html code:
<h2 class="entry-title" itemprop="headline"><a href="#" rel="bookmark">hatsune miku: project diva f extend</a></h2>
css code
.entry-title { font-size: 36px; margin-right: 0px; }
add right: 0px; in class .postpreview h2.entry-title a
Comments
Post a Comment