-
AuthorPosts
-
June 30, 2014 at 2:19 pm #199300
Hi,
I found in the threads answers that in order to do resize photo I need make change in custom.css file.
But I did not find this file.That this file in templates/ja_biz/css
do it really this file name?
Regards,
Sergey
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 30, 2014 at 2:59 pm #540664So that we can try to best assist you, please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “No/Off” within your Template Manager — General settings.Also, please advise as to which version of JA Biz you are working with – J2.5 or J3.x (T3V2)
1 user says Thank You to TomC for this useful post
June 30, 2014 at 4:42 pm #540685Hi, thank you Tom, for answering.
website: smartbranding.ru
joomla version 3.0
I put css optimize setting to off position
Regards,
Sergey
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 30, 2014 at 5:03 pm #540688<em>@sergeyyaryshkin 434555 wrote:</em><blockquote>Hi,
I found in the threads answers that in order to do resize photo I need make change in custom.css file.
But I did not find this file.That this file in templates/ja_biz/css
do it really this file name?
Regards,
Sergey</blockquote>
You need to create the custom.css file yourself
. . . . so the file path will be –> /templates/ja_biz/css/custom.cssThen, within that custom.css file, paste the following CSS rule:
.logo-image .logo-img {
max-height: 40px;
}Modify the “max-height” property to/with whatever pixel value you wish.
😎
1 user says Thank You to TomC for this useful post
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
June 30, 2014 at 5:04 pm #540689Hi Sergey,
The custom.css file we are mentioning throughout our documentation needs to be created by you in /tempates/<you_template>/css/ folder.
Hope this helps,
Regards,
Alex
vydrous Friendvydrous
- Join date:
- June 2014
- Posts:
- 18
- Downloads:
- 99
- Uploads:
- 4
- Thanked:
- 1 times in 1 posts
August 4, 2014 at 10:46 pm #544542Hallo, I have problem with logo as well. It´s only 80x 40 px, but I need to have it bigger. I try to put to custom.css for example
.logo-image .logo-img {
height: 60px;
}but nothing happens… How I can simly customize the logo size???
Thanks a lot for your advice.
Jan
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 5, 2014 at 2:27 am #544553Try this
1. Go to this File: /templates/ja_biz/css/custom.css
Replace this code
.logo-image .logo-img{ max-height:84px !important; }with
.logo-image .logo-img{ max-height:63px !important; }2. Go to this File: /templates/ja_biz/css/themes/green/template.css
Replace this code
.logo-image .logo-img { max-height: 40px; }with
.logo-image .logo-img { max-height: 63px; }Please let me know if this works
-
AuthorPosts
This topic contains 8 replies, has 5 voices, and was last updated by vydrous 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum