×

Notice

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

TOPIC: Where is the CSS file?

Where is the CSS file? 9 years 9 months ago #27033

  • Kara
  • Kara's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Hi!
I'm a new member. I recently download CMC-Mailchimp for Joomla ( Thank you for this free estension). And i want change some details in css file but the problem is i dont't find it?

Can you help me please ?

Where is the CSS file? 9 years 9 months ago #27039

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
If you are talking about the module:
media\mod_cmc\css\cmc.css
The following user(s) said Thank You: Joao

Where is the CSS file? 9 years 9 months ago #27044

  • Kara
  • Kara's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
There is the link of my page :
http://j2-inc.ca/j2/index.php/fr/?option=com_content&view=article&layout=edit&id=161
I want have some space between textfields et also put a space between textfields and the button.

Where is the CSS file? 9 years 9 months ago #27048

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
You need to add this to the css file:
.cmc-signup input {
    margin-bottom: 10px;
}

Regards,
Daniel
The following user(s) said Thank You: Kara

Where is the CSS file? 9 years 9 months ago #27056

  • Kara
  • Kara's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Hi Daniel,

Thank you very much for you help, it works .

Regards,

Where is the CSS file? 9 years 4 months ago #29197

  • Joao
  • Joao's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hi Daniel,

I found the css file in the path you indicated, but whatever change I do on it doesn't do anything on the position of mailchimp form.

I worte the code below that you post in other publication because I wanted the name and e-mail fields to be horizontally.
But as I told you nothing happens.
Do you have any clues what might seem the problem? could it be another css file that I have to find? Can you please help me?

Thanks


#intro127 {
float: none;
}

#cmc-signup-form-127 > div {
padding-right: 10px;
}

.cmc-signup div .overTxtWrapper {
float: none;
}

.overTxtWrapper label {
float: none;
padding-top: 5px;
}

Where is the CSS file? 9 years 4 months ago #29210

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Joao,
That code has nothing to do with aligning name and email on the same line. I would recommend using firebug for css debugging. Yves even wrote a tutorial how to do this:
compojoom.com/blog/entry/how-to-use-fire...f-a-joomla-extension

Regards,
Daniel

Where is the CSS file? 9 years 4 months ago #29236

  • Joao
  • Joao's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hi Daniel,

well I saw the tutorial about Make the field names appear horizontally - not "email" above the word "address" etc. in here: compojoom.com/forum/cmc-mailchimp-for-jo...or-horizontal-module

Anyway, can you please help me in finding the CSS file.

Many thanks

Where is the CSS file? 9 years 4 months ago #29261

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Joao,
You've obviously taken code and placed in a file without having any clue what you are doing.
Can you give us a link to your page?

Regards,
Daniel

Where is the CSS file? 9 years 4 months ago #29285

  • Joao
  • Joao's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Daniel,

forget the code.
1 - I read the your post about where to find the CMC Module CSS file (modules/mod_cmc/media/mod_cmc/css)
2 - I tried to do some modifications in it
3 - nothing happens. I can comment all the CSS file and upload it in the server, then refresh the page that the CMC form still appears in the page.

Unfortunatelly I can't put the link here because I am making the tests in a local server.

So, my first question is: is that possible the CSS file could it be elsewhere? Am I doing anythong wrong?

NOTE: My site uses a bootstrap template, just in case

Thanks in adavanced

Where is the CSS file? 9 years 4 months ago #29299

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
The path to the file is /media/mod_cmc/css
You can always do right click on your page -> view source and look for cmc in there to find what it loads. Also -> check the tutorial I gave you about firebug. Those are the tools you can use for this kind of work.
Regards,
Daniel
  • Page:
  • 1
Time to create page: 0.130 seconds