Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • smartmax Friend
    #182086

    I’d like to remove the top image (header-bg.png) and make the space there smaller.
    How can I do that? Please need a little help :-[
    Many thanks in advance


    1. bistro
    pavit Moderator
    #472429

    Hi

    Please post a link to your site and also disable CSS and JS optimization so we can take a look at your files

    smartmax Friend
    #472475
    pavit Moderator
    #472477

    Hi

    <blockquote>I’d like to remove the top image (header-bg.png)</blockquote>

    In this file /templates/ja_bistro/themes/red/css/template.css at line 172 now you have

    #ja-header {
    background-image: url("../images/header-bg.png");
    }

    change to

    #ja-header {
    background-image: none;
    }

    <blockquote>make the space there smaller.</blockquote>

    in this file /templates/ja_bistro/css/template.css at line 571 now you have

    #ja-header .main {
    padding: 90px 0 0 60px;
    }

    change to

    #ja-header .main {
    padding: 0 0 0 60px;
    }

    Regards

    smartmax Friend
    #489467

    Thank you very much!

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

This topic contains 5 replies, has 2 voices, and was last updated by  smartmax 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum