In regards to aligning the fields how do i remove the gap between the text and the input fields so that the actual input labels are pulled to the left side instead of the right isntead of moving the text.
In regards to aligning the fields how do i remove the gap between the text and the input fields so that the actual input labels are pulled to the left side instead of the right isntead of moving the text.
OK i seem to have fixed the problem i noticed i had a stylesheet for the rewards module which i uninstalled so i removed the stylesheet and now everything is back to normal.
In terms of the stylsheets if i knew how to clean them up and merge them i would but im still learning... If you have something i can read then ill be greatful to learn how to do this.
You don't really need to understand CSS in any depth to clean up the stylesheets. Just look for duplicates in the many sheets and combine those duplicate styles into one definition in one sheet. A tedious process, true, but doable with just a text editor and lots of patience.
As for learning CSS, start at the w3.org site and Google from there. There's lots of resources on-line.
Rob