×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: CMC-CSS modification

CMC-CSS modification 11 years 8 months ago #17337

  • Rebecca Kelleher
  • Rebecca Kelleher's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi Everyone,
I was hoping someone could help me with setting a width on the CMC module so that it will fit better in the template position I placed it in. I am working with Joomla 2.5 and wanted to put some specifications in the template CSS for the site. Right now it is too long and is getting cut off by the frame of the template position. Also for some reason the button is extremely long also.

Here is what I put in the code but it doesn't seem to do anything.

#mod_cmc
{
width: 134px;
position: relative;
}

Thanks for any input!

CMC-CSS modification 11 years 8 months ago #17339

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Rebecca,
I advise you to use firebug to inspect the source code of the page and to make modification to the css on the fly.
The module doesn't actually have a #mod_cmc div, becuase you can have several modules on the page and then the ids would conflict. That is why we generate an unique id for each module cmc-signup-204 - where 204 is the id of the module saved in the database. This way you can style each individual module on the page differently.
However if you don't want to style them differently we have a class .cmc-signup.

Kind regards,
Daniel
  • Page:
  • 1
Time to create page: 0.129 seconds