- Posts: 13
- Thank you received: 0
change logo dimensions
-
arthur
Inactive member - Topic Author
- New Member
Less
More
9 years 3 months ago #45906
by arthur
change logo dimensions was created by arthur
Where is the logo dimension for churchly template changed? I assume a css file but can't tell which one from firebug.
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff - Moderator
Less
More
- Posts: 91
- Thank you received: 10
9 years 3 months ago #45907
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic change logo dimensions
Hello,
by default (on demo page) logo of churchly template is set like textual logo and slogan, you can set to be image in template settings. If you set it like image, it's a width/height of original image but also you can change width/height of class
.mp_logo
in template_css.css which is locate under your template_folder/css.
Best regards,
Nikola Mihajlovic
by default (on demo page) logo of churchly template is set like textual logo and slogan, you can set to be image in template settings. If you set it like image, it's a width/height of original image but also you can change width/height of class
.mp_logo
in template_css.css which is locate under your template_folder/css.
Best regards,
Nikola Mihajlovic
Please Log in to join the conversation.
-
arthur
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
9 years 3 months ago #45908
by arthur
Replied by arthur on topic change logo dimensions
I am using an image and it is showing but it is 1/2 of the original ht / wdth. I am unable to find .mp_logo in the template_css.css file. (templates/hot_churchly/css)
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff - Moderator
Less
More
- Posts: 91
- Thank you received: 10
9 years 3 months ago #45909
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic change logo dimensions
Sorry, it is on css request.
You can put it on bottom of template_css.css. Do you have your site online so we can give you suggestion?
Regards
You can put it on bottom of template_css.css. Do you have your site online so we can give you suggestion?
Regards
Please Log in to join the conversation.
-
arthur
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
9 years 3 months ago #45910
by arthur
Replied by arthur on topic change logo dimensions
Here is the site with the church logo.(I am using localhost for changing the demo).
www.houseinrowesville.com/joomla30/
I don't see a file css request.
Could you give me the color # for the red background so I can match with my logo?
Thanks.
www.houseinrowesville.com/joomla30/
I don't see a file css request.
Could you give me the color # for the red background so I can match with my logo?
Thanks.
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff - Moderator
Less
More
- Posts: 91
- Thank you received: 10
9 years 3 months ago #45911
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic change logo dimensions
Css request is generated file so I suggest to you to put changes in template_css.css
If you want original size of image put this on bottom of template_css.css
but that will take an extra row because oyur picture is big and will put context to new row. There is various shades of red but this is from top row:
#D42626
Regards
If you want original size of image put this on bottom of template_css.css
Code:
.mp_logo img{
max-width: none;
}
.mp_logo{
width: auto;
}
but that will take an extra row because oyur picture is big and will put context to new row. There is various shades of red but this is from top row:
#D42626
Regards
Please Log in to join the conversation.
Time to create page: 0.160 seconds