Jump to content
Sign in to follow this  
davestolte

Banner width changing between Post and Category pages

Recommended Posts

Jenny
On http://www.homebarbasics.com/?p=22, you have it set to: [code]float: left padding: 0[/code] On http://www.homebarbasics.com/?cat=5, you have it set to: [code]float: right padding: 20px 60px[/code] Consistency is key for making things look the same. :) Hope that helps!

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
davestolte
Wow, thanks! Do you know the syntax I can insert under Custom Code to get that behaving across these pages?

Share this post


Link to post
Share on other sites
Jenny
It looks like you have the styling set inline within the banners themselves, so check that first. Otherwise, since /?p=22 is the page displaying properly, try adding the following to your custom CSS: [code].banner-text-pad { padding:0 !important; }[/code] I'm not sure if that's the right way to call the CSS class so hopefully it works. :) And don't worry about the "float" property for now. The padding [i]should[/i] fix it.

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
davestolte
That did it, thank you! Have a great weekend.

Share this post


Link to post
Share on other sites
Jenny
Yay! Glad I could help. :) And you too!

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×