-
AuthorPosts
-
August 28, 2013 at 3:37 pm #190117
I need to increase the size of the logo-image from height: 30px width: 170px to height: 55px width: 250px.
I replaced the logo-image and I have corrected the template.css.
But with a resolution of 1024 x 600 the logo-image is superimposed on the pictures!
What is wrong?
Thanks:((Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 29, 2013 at 5:33 am #503880You can try with my below solution:
Create custom.css file into templates/ja_smashboard/css/ folder
Add new script
@media (max-height: 560px) {
.t3-mainbody {
top: 24em;
}
}September 3, 2013 at 9:40 am #504371Perfect! thanks ..:)
September 3, 2013 at 10:38 am #504385Excuse me, but I thanked you too quickly
perfect the logo but now Keyboard Module is superimposed on the images ……
Thanks for your help:((Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 3, 2013 at 4:14 pm #504426So that I can take a look and try to assist, please provide the url of the site you’re working on
September 4, 2013 at 9:04 am #504515here is the link
thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 5, 2013 at 8:01 am #504662You can fix this problem on your site this way
Open templates/ja_smashboard/css/custom.css file
Remove this line
@media (max-height: 560px) {
.t3-mainbody {
top: 24em;
}
}and add new script below
.head-social ul.btn-social {
margin-top: 10px;
}Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
September 5, 2013 at 10:33 am #504701perfect! thanks again ..:)
ahynte Friendahynte
- Join date:
- August 2014
- Posts:
- 26
- Downloads:
- 55
- Uploads:
- 4
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
August 25, 2014 at 1:08 am #547066I have tried this, but nothing changed at all. Do I have to activate the custom.css file?
<em>@Ninja Lead 388033 wrote:</em><blockquote>You can fix this problem on your site this way
Open templates/ja_smashboard/css/custom.css file
Remove this line
@media (max-height: 560px) {
.t3-mainbody {
top: 24em;
}
}and add new script below
.head-social ul.btn-social {
margin-top: 10px;
}Let me know if it helps</blockquote>
-
AuthorPosts
This topic contains 10 replies, has 4 voices, and was last updated by Adam M 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum