hippooflove Posted April 26, 2010 Share Posted April 26, 2010 Hi I have added the newsletter module to my homepage. www.realfans.org.ukAll the buttons, Catorgories, specials,blog, etc are the same length as each other. Except the Newsletter one. it is to short. What do I need to do to make it the same length as the other.Thanks in hope Link to comment Share on other sites More sharing options...
rocky Posted April 27, 2010 Share Posted April 27, 2010 You have some weird code in your newsletter block: That is the wrong way to apply CSS. I suggest you replace it with: Try changing the width in div.block in the /* Default block style */ section from 190px to 204px. If that messes up other blocks, try adding the following code instead: div#newsletter_block_left { width: 204px } : Link to comment Share on other sites More sharing options...
hippooflove Posted April 27, 2010 Author Share Posted April 27, 2010 Thanks RockyTo be honest it was like what you said it should be and I added the Float left bit. If I remove that I lose the header title and it all goes into a heap as you can now see.I am unable to find the Default style you refer to. I think I have searched all the Newsletter folders and can see no mention of 190 etc. Please can you give me a bit more guidance as to where it isthanksBarry Link to comment Share on other sites More sharing options...
razaro Posted April 27, 2010 Share Posted April 27, 2010 Add this code to global.css div#newsletter_block_left{float:left;} div#newsletter_block_left h4{width:100%;} Link to comment Share on other sites More sharing options...
hippooflove Posted April 28, 2010 Author Share Posted April 28, 2010 Great RazaroI have just tried that and it appears to work okay.Thanks to all who have helped with my problem.Barry Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now