Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • infovasciaveo Friend
    #168939

    I’ve changed the width of search box, reducing the widht of image and the width declaration in css file, but the result is that in some pages the reduction is true and in other remained with original dimension.
    How can I modify in all pages the dimension (width) of search box?
    See the picturer in attachment.
    My URL: http://www.uni3.it
    Thanks


    1. search1
    2. search2
    khoand Friend
    #414957

    Hi,
    You go to Template manager,choose JA Community Plus template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.

    infovasciaveo Friend
    #414964

    Thank you for fast response!
    I changed CSS Optimize to No and I resolved: now in all pages the width of search box is the same!
    But what means if I now have CSS Optimize to NO? My site is slow or not optimized?
    Is it possible set CSS Optimize to ON and to change directly css file?
    Thanks

    khoand Friend
    #414966

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

    #ja-search .inputbox {
    background: url(../images/search-bg.gif) no-repeat 0px 0px;
    border: 0;
    color: #6E6865;
    height: 29px;
    padding: 0 0px 0 15px;
    text-transform: capitalize;
    width: 150px;
    }

    with

    #ja-search .inputbox {
    background: url(../images/search-bg.gif) no-repeat 0px 0px;
    border: 0;
    color: #6E6865;
    height: 29px;
    padding: 0 0px 0 15px;
    text-transform: capitalize;
    width: 190px;
    }

    – You find this code from /templates/ja_community_plus/core/themes/brown-green/css/color.css

    #ja-topnav ul li {
    background: url(../images/topnav-sep.gif) no-repeat right center;
    margin-left: -80px; < add this line
    }

    infovasciaveo Friend
    #414969

    Thank you for your reply.
    I make the changes suggested and I reset to “Join & Minify & Compress” for CSS Optimize, but some pages have the search box too long. (see the site now).
    How can I resolve?
    Thanks

    khoand Friend
    #414971

    You find this code from /templates/ja_community_plus/core/themes/brown-green/css/color.css

    #ja-topnav ul li {
    background: url('/content/templates/ja_community_plus/core/themes/brown-green/images/topnav-sep.gif') no-repeat right center;
    margin-left: -100px; < add this line
    }

    infovasciaveo Friend
    #414974

    Ok,
    much better!
    But these pages are:
    Cos’è l’Unitre
    Cos’è l’Unitre—>Benvenuti agli iscritti
    Cos’è l’Unitre—>Dove siamo
    Thanks

    khoand Friend
    #414978

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

    #ja-topnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -100px; < add this line
    }

    infovasciaveo Friend
    #415057

    Thank you for reply,
    but unfortunately, the situation has not changed: remains the error in the pages indicated in the preceding message.
    Thanks

    khoand Friend
    #415100

    You try clear cache by delete all of files of /cache and /t3-assets folder

    infovasciaveo Friend
    #415111

    Ok!
    Now is ok!
    Thanks a lot (you are veery patient!)

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

This topic contains 11 replies, has 2 voices, and was last updated by  infovasciaveo 13 years, 2 months ago.

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