Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • netman45 Friend
    #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 Moderator
    #503880

    You 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;
    }
    }

    netman45 Friend
    #504371

    Perfect! thanks ..:)

    netman45 Friend
    #504385

    Excuse 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 Moderator
    #504426

    So that I can take a look and try to assist, please provide the url of the site you’re working on

    netman45 Friend
    #504515

    here is the link

    thanks

    Ninja Lead Moderator
    #504662

    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

    netman45 Friend
    #504701

    perfect! thanks again ..:)

    ahynte Friend
    #547066

    I 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>

    Adam M Moderator
    #547092

    Hi,

    Could you please let me know which template are you using ? or provide your site url would help too.

Viewing 10 posts - 1 through 10 (of 10 total)

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