Jason

Customer
How can I fix these forum titles so that they are properly aligned? Thank you! The URL they're at is http://wearabletechforums.com

Screen Shot 2014-10-30 at Thu, Oct 30, 6.37 PM.png
 
Thanks for checking. I shifted the div using relative positioning, but this now causes misalignment on mobile browsers, where the Last Post line appears below the forum title. Do you have a mobile browser you can look on, or should I post an image?
 
Yes, it shows like this, but it actually is out of alignment in your attachment. Notice that the title is centered, but the new post line is below the icon. In the template without my repositioning, both lines of text are equidistant from the center of the icon.
 
Try this in extra.css:

Code:
@media (max-width:@maxResponsiveMediumWidth) {
.Responsive .node .nodeText { margin-top: 11px; }
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back