Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ouagadeal Friend
    #169998

    I would like to move my headline and my search from the top to after my title bar. does anyone knows how to do this?
    I attached a image of what I am looking for


    1. Newheadline
    khoand Friend
    #421232

    Hi,
    You replace this code from /templates/ja_teline_iv/css/template.css

    #ja-topbar {
    height: 26px;
    position: absolute;
    top: 0;
    z-index: 11;
    }

    with

    #ja-topbar {
    height: 26px;
    position: absolute;
    top: 150px;
    z-index: 11;
    }

    ouagadeal Friend
    #421241

    it works but , the display is not good can I change the color to red and put a space?


    1. space
    khoand Friend
    #421249

    You find this code from /templates/ja_teline_iv/css/template.css

    #ja-topbar .main {
    border-bottom: 1px solid #CCC;
    color: #999;
    font: 92%/26px Arial, sans-serif;
    background: red; < add this line
    }

    You replace this code from /templates/ja_teline_iv/css/template.css

    #ja-topsl1 {
    padding: 12px 0 4px;
    }

    with

    #ja-topsl1 {
    padding: 25px 0 4px;
    }

    ouagadeal Friend
    #421253

    Thank you so much for your help

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

This topic contains 5 replies, has 2 voices, and was last updated by  ouagadeal 13 years ago.

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