- Posts: 13
- Thank you received: 0
CSS Questions
-
mdrothert
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 8 months ago #1718
by mdrothert
Replied by mdrothert on topic Re: CSS Questions
Milos -
For some reason on my template I can't get my homepage to recognize some CSS changes?
I have tried to change the Width and Height of my logo - went into layout.css and made the changes to the px but nothing seems to change?
Also I went into the template.css line 509 and changed the margins and still my modules bleed over on my front page?
Is there another suggestion or fix? I have made sure all my info is writable at 777
For some reason on my template I can't get my homepage to recognize some CSS changes?
I have tried to change the Width and Height of my logo - went into layout.css and made the changes to the px but nothing seems to change?
Also I went into the template.css line 509 and changed the margins and still my modules bleed over on my front page?
Is there another suggestion or fix? I have made sure all my info is writable at 777
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 8 months ago #1721
by milos
Replied by milos on topic Re: CSS Questions
Regarding the logo, beside changing parameters in layout.css, you should change logo image itself, and change width and height parameters of the logo image in index.php file of the template.
Currently, your line 509 is padding:20px 0 5px; which means no left/right margin. Try padding:20px 10px 5px 10px;
Currently, your line 509 is padding:20px 0 5px; which means no left/right margin. Try padding:20px 10px 5px 10px;
Please Log in to join the conversation.
-
mdrothert
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
14 years 8 months ago #1726
by mdrothert
Replied by mdrothert on topic Re: CSS Questions
fixed logo! thanks
but still no change on modules
but still no change on modules
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 8 months ago #1728
by milos
Replied by milos on topic Re: CSS Questions
As far as I can see, you didn't edit template_css.css, around line 509 per my instructions yet.
Please Log in to join the conversation.
-
mdrothert
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
14 years 8 months ago #1729
by mdrothert
Replied by mdrothert on topic Re: CSS Questions
my edit in template_css.css is:
margin 0:25px;
padding:20px 15px 5px 10px;
no change?
margin 0:25px;
padding:20px 15px 5px 10px;
no change?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 8 months ago #1731
by milos
Replied by milos on topic Re: CSS Questions
Sorry, but currently in your template_css.css file you have padding:20px 0 5px; for #c1, #c2, #c3. You didn't change it. That's what I see when reading the code of your site.
Please Log in to join the conversation.
Time to create page: 0.093 seconds