Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • turminator Friend
    #175145

    Hello,

    Today I installed Smart Search module in search position for Joomla into http://www.nudos.org and I saw that the tag search module is not showed in correctly position and when user writes some text it show wrongly.

    How can I solve it?

    Many thanks!

    Phill Moderator
    #444387

    You need to edit a little css please edite template.css and change

    #ja-search .inputbox {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #666666;
    font-weight: bold;
    height: 24px;
    margin: 0;
    padding-left: 30px;
    width: 165px;
    }

    to

    #ja-search .inputbox {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #666666;
    font-weight: bold;
    height: 24px;
    margin: 0;
    padding-left: 30px;
    position: relative;
    top: -16px;
    width: 165px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Phill 12 years, 8 months ago.

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