• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Appfinite

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

Reply To: Home Featured Posts Alignment

Home › Community Forums › Optimal Theme Support › Home Featured Posts Alignment › Reply To: Home Featured Posts Alignment

October 18, 2012 at 10:34 pm #1652
Wes
Moderator

Add this code to your style.css file. You can add it anywhere, but if you want to add it to the home-featured-posts section you can paste it around line 787.

.home-featured-posts .featuredpost {
clear: none;
float: left;
width: 215px;
}

Since you’re doing it this way, you probably noticed the widget titles are pushed to the right a little bit because of the margin. To fix this you would simply decrease the left margin for the – “.home-featured-posts .featuredpost .widgettitle” which can be found in the same section of your css around line 805 or so (maybe a bit further down once you add the above code)

Change this –

.home-featured-posts .featuredpost .widgettitle {
margin: 0 0 20px 20px;
}

To this –

.home-featured-posts .featuredpost .widgettitle {
margin: 0 0 20px 0;
}

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now →

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us →

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2023 · Appfinite · Built With The Genesis Framework