Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • marcunix Friend
    #160480

    Hi, i want deleted the headline and search position on Teline IV, i know that i can to make in layouts management

    <block name=”topbar” type=”topbar”></block>

    but if i erase, the header no move to top for take the space erased, ¿where can i fix the header to top?

    aman204 Friend
    #377671

    <blockquote>but if i erase, the header no move to top for take the space erased, ¿where can i fix the header to top? </blockquote>

    Now, You can decrease margin-top value accordingly::

    h1.logo {template.css (line 546)
    height: 57px;
    margin-top: 40px;
    width: 222px;
    }

    and top value here::

    .ja-header-r {template.css (line 580)
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 500px;
    }

    hainn Friend
    #378090

    To fixed this problem we should do all of these things:
    go to templates/ja_teline_iv/css/template.css and edit these lines:


    h1.logo { height: 57px; margin-top: 40px; width: 222px; }
    .ja-header-r { padding: 0; position: absolute; right: 0; top: 40px; width: 500px; }
    #ja-header .main { height: 115px; padding: 0; }

    by decreasing following values with the same value (best value you like):


    margin-top: 40px;
    top: 40px;
    height: 115px;

    Regards,

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

This topic contains 3 replies, has 3 voices, and was last updated by  hainn 13 years, 9 months ago.

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