Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #944420

    Hi,

    Right now its difficult to guess the issue and give the solution to you. You need to send me the screenshot of the problem on your site and the URL of your site. It will help to understand the problem on your site.

    Regards

    betorafa Friend
    #944667

    I forget send you the screen shot and I sorry for that. I can´t change the size of the heather and now I change the heather image but just seen a part for that.
    Thanks.


    1. jasimpli
    betorafa Friend
    #944669

    I select an test image. This picture is just similar to the final image. Thanks.

    Ninja Lead Moderator
    #944758

    The problem on your site will solve with my solution below

    • Open templates/ja_simpli/css/custom.css file and add new rule
    #header {
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
    }
    betorafa Friend
    #944935

    the patch does not work. There knob images! Sorry!!
    You can see the problem in my test page.


    1. back
    betorafa Friend
    #944937

    the patch does not work. There knob images! Sorry!!
    You can see the problem in my test page.
    http://simpli.homeounicista.com.ar/


    1. back-1
    Ninja Lead Moderator
    #945341

    I forget this step but you can try to this

    Open templates/ja_simpli/index.php file and add the script

    // CUSTOM CSS
    if (is_file(__DIR__ . '/css/custom.css')) {
        $this->addStyleSheet($this->baseurl . '/templates/' . $this->template . '/css/custom.css');
    }

    1. Screen-Shot-2016-06-29-at-14.45.16-1
    betorafa Friend
    #945565

    Sorry! But you show me the code in the image is exactly the same as shown in the template file index.php ¿?


    1. indexphp
    Ninja Lead Moderator
    #945628

    You can apply my solution here to fix the problem on your site and you can copy the CSS style to templates/ja_simpli/css/template.css or templates/ja_simpli/css/custom.css(create new if it does not exist)

    hegenb Friend
    #952132

    The solution proposed have not worked for me either……….

    Ninja Lead Moderator
    #952351

    The solution proposed have not worked for me either……….

    What did you do on your site? Please guide me the step to do.

    Besides that, you can give me the URL of your site and a screenshot of the problem on your site. I will help you out.

    hegenb Friend
    #952445

    Hello.
    My website is http://centralpsi.com.br

    I’m trying to reduce the height of the ‘header’ portion of my homepage. As you can see, the header is very "tall": http://prnt.sc/bw8ulk

    In pages other than the homepage, it looks a lot better, as you can see here: http://prnt.sc/bw8vw9

    Regards

    Ninja Lead Moderator
    #952755

    @hegenb: My solution below will help you out

    Open templates/ja_simpli/css/template.css file

    find and change

    @media only screen and (min-width: 992px) {
        #header .banner {
            float: right;
        }   
    }

    to

    @media only screen and (min-width: 992px) {
        #header .banner {
            float: right;
            margin-left: 0px;
        }   
    }
    hegenb Friend
    #955206

    That solved the issue, thank you !

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

This topic contains 14 replies, has 3 voices, and was last updated by  hegenb 7 years, 8 months ago.

The topic ‘I can not change the header size’ is closed to new replies.