Hi @akacruiseman
I tried it on my site, but I could not reproduce the problem.
If possible, please let me know the page where the problem is occurring
Note
I do not know if it will lead to a solution to the problem, but I will inform you of the points I found.
http://www.theplacetogo.com
The homepage is left-justified, is this the intended behavior?
I feel the possibility that your 58357.css and Raindrops CSS are conflicting.
58357.css
[class*='col-'] {
float:left;
min-height:1px;
padding-right:20px;
}
This style affects the Raindrops body.rd-col-1 class.
[class*='col-'] maybe hit .something-col-anything.
if you need affects .col-anything
It might be good to choose this [class|='col']
[class|='col'] is not affects rd-col-1
[class|='col'] is affects col ,col-something, col-something-anything.
[class*='col'] is If that character exists in part of the class name, it hits all of it
Thank you
-
This reply was modified 8 years, 3 months ago by
nobita.
I thought it was one of the plugins because it was the only one referring to the snippet you posted. It was disabled and deleted but I am still stumped on the Left Justified.
Thanks,
Jim-
Again, I looked into your site
I newly found the css of the same style.
/*
Simple Grid
Project Page - http://thisisdallas.github.com/Simple-Grid/
Author - Dallas Bass
Site - http://dallasbass.com
*/
Even now, if you continue to use for contents this style sheet,
please change from [class*='col-'] to [class|='col']
Thank you.
Nobita,
Thank you so much for your assistance.
I found it and until I can fix it I have disabled that plugin.
Your patience and assistance are greatly appreciated.
Jim