Jump to content

SOLVED Change size of button


Recommended Posts

Hi

I have added the newsletter module to my homepage. www.realfans.org.uk

All 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

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

Thanks Rocky

To 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 is

thanks

Barry

Link to comment
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
×
×
  • Create New...