CSS Questions

  • mdrothert
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 8 months ago #1733 by mdrothert
Replied by mdrothert on topic Re: CSS Questions
that is strange, it isn't accepting my changes? If I go through my PHP programs or through the Joomla:

template > edit css > template_css.css this is what it shows:

#c1,#c2,#c3 {
margin 0:25px;
padding:20px 15px 5px 10px;
}

Can you take a look offline at it?

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 8 months ago #1734 by milos
Replied by milos on topic Re: CSS Questions
Currently I only see this:

#c1,#c2,#c3 {
padding:20px 15px 5px 10px;
}

Please change it to:

#c1,#c2,#c3 {
margin:20px 15px 5px 10px;
}

Please Log in to join the conversation.

  • mdrothert
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 8 months ago #1735 by mdrothert
Replied by mdrothert on topic Re: CSS Questions
ok I made that change - still nothing?

I deleted out the padding line and replaced it with the margin suggestion...

sorry man I don't know why it won't register changes?

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 8 months ago #1737 by milos
Replied by milos on topic Re: CSS Questions
Because you entered margin:20px15px5px10px;
and you need to enter margin:20px 15px 5px 10px; (with spaces).

Please Log in to join the conversation.

  • mdrothert
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 8 months ago #1748 by mdrothert
Replied by mdrothert on topic Re: CSS Questions
Milos - thanks for your patience, success! Great template my client has been very happy with this.

Please Log in to join the conversation.

Time to create page: 0.093 seconds
Powered by Kunena Forum