test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • nicualbc Friend
    #165229

    I was trying to move search on bottombar but I have the result in image wich I attached. Search is working OK, but is showing strange, with a white space inside, not proportionaly and whith “search” text before input form. In search module I don’t have completed Box Label or / and Box Text. Can someoane please tell me why? Thank you!


    1. NegruAlb_1308090314926
    chavan Friend
    #396402

    Add this Code to the template.css file in this path: /templates/ja_business/css/template.css


    #ja-bottombar .inputbox, #ja-bottombar .inputbox:hover, #ja-bottombar .inputbox:focus {
    background: none;
    border: none;
    color: #877460;
    padding: 5px 5px 4px 10px;
    width: 220px;
    text-transform: capitalize;
    }
    #ja-bottombar .search label {
    display: none;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

    nicualbc Friend
    #396551

    Your post is helpful Chavan. I need more help and please tell me how I could make a space between search and top link? Thank you!


    1. space-between-search-and-top
    nicualbc Friend
    #396562

    I figure out some way in template.css… Instead of


    /* Extras ---*/
    .ja-links {
    padding-right: 10px;
    float: right;
    }

    is


    /* Extras ---*/
    .ja-links {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    float: right;
    }

    Thanks!

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

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

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