Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • cantabriadeportiva Friend
    #182043

    Hello!!!

    Now, I’m in a website made with NEX. I would like to modify the header. I’m gonna give you two pictures for easier understanding.

    I have this header:

    And this is what I want,

    I want to erase both header sides

    Is it possible???

    Thanks!!!!

    Stork11 Friend
    #472363

    <em>@cantabriadeportiva 345338 wrote:</em><blockquote>Hello!!!

    Now, I’m in a website made with NEX. I would like to modify the header. I’m gonna give you two pictures for easier understanding.

    I want to erase both header sides

    Is it possible???

    Thanks!!!!</blockquote>
    Hello cantabriadeportiva,

    You can add “width” and “margin” attributes into following styles in “templates/ja_nex/css/template.css” file:

    #ja-header {
    margin: auto;
    width: 990px;
    }

    #ja-mainnav {
    margin: auto;
    width: 990px;
    }

    Hope this helps.

    Regards.

    cantabriadeportiva Friend
    #472434

    Thank so much!!!:laugh:

    cantabriadeportiva Friend
    #492727

    Hello, I’ve uploaded to the last template version (2.5.8) and it doesn’t work. There is no problem with the header, but the navigation bar is on the left. The margin sentence does’t work.

    Thanks!!!


    1. Captura-de-pantalla-2013-05-14-a-las-16.46.17
    Ninja Lead Moderator
    #492784

    Hi cantabriadeportiva,

    Right now its difficult to guess the issue and give solution to you. Can you send me link URL of your site? I shall check for you.

    Regards

    cantabriadeportiva Friend
    #492846

    <em>@Ninja Lead 372780 wrote:</em><blockquote>Hi cantabriadeportiva,

    Right now its difficult to guess the issue and give solution to you. Can you send me link URL of your site? I shall check for you.

    Regards</blockquote> PM sended 🙂

    Ninja Lead Moderator
    #492983

    Because css style of your site was missed semicolon(;)

    Open templates/ja_nex/css/template.css file

    from

    #ja-mainnav {
    background: url(../images/mainnav-bg.gif) repeat-x left bottom #CC3333;
    padding-bottom: 6px
    margin: auto;
    width: 990px;
    }

    change to

    #ja-mainnav {
    background: url(../images/mainnav-bg.gif) repeat-x left bottom #CC3333;
    padding-bottom: 6px;
    margin: auto;
    width: 990px;
    }

    Remember to clear cache from Admin area, let me me know the result

    cantabriadeportiva Friend
    #493147

    Oh my goodness!!! Such a stupid error!!!

    Thank you for your time @ninjalead

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

This topic contains 8 replies, has 3 voices, and was last updated by  cantabriadeportiva 11 years, 5 months ago.

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