Need to align this to the Top so it is inline visually with the category module on the left
so what we have is this ....
and what were looking for is this
Any suggestions?
In your stylesheet.css
around line 19
added the margin-top to override the default margin on standard h2 tags
around line 19
Code: Select all
h2 {
font-size: 27px;
margin-top: 0;
}
Who is online
Users browsing this forum: No registered users and 5 guests