Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

"Поиск" переставить в другое место


Recommended Posts

например так

#header #search {
position: absolute;
top: 246px;
left: 20px;
width: 298px;
z-index: 15;
}

в stylesheet.css 261 строка

  • +1 1
Link to comment
Share on other sites

например так

#header #search {
position: absolute;
top: 246px;
left: 20px;
width: 298px;
z-index: 15;
}

в stylesheet.css 261 строка

насчёт кода, где он находится, я уже давно нашёл. :) вопрос стоит в том, как передвинуть как нарисованно на скрине.

со вторым пунктом разобрался

Link to comment
Share on other sites


насчёт кода, где он находится, я уже давно нашёл. :) вопрос стоит в том, как передвинуть как нарисованно на скрине.

со вторым пунктом разобрался

top: 246px; расстояние от верхнего края

left: 20px; расстояние от левого края

замените ваш код на указанный предыдущем сообщении

  • +1 1
Link to comment
Share on other sites

top: 246px; расстояние от верхнего края

left: 20px; расстояние от левого края

замените ваш код на указанный предыдущем сообщении

да, извини, что то я затупил ))

с этим тоже разобрался. :)

вопрос не к теме, но всё равно, чтобы не засорять форум пишу здесь:

Как сделать чтобы корзина разворачивалась не в правую сторону а в лево? Потому что так уходит за границы сайта, а на нешироких экранах вообще за экран.

post-9184-0-05769800-1311761665_thumb.jpg

Link to comment
Share on other sites


#header #cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-radius: 7px 0 7px 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #DDDDDD;
    clear: both;
    display: none;
    min-height: 150px;
    padding: 8px;
    position: relative;
    right: 172px;
    top: -1px;
}

stylesheet.css (строка 175)

  • +1 1
Link to comment
Share on other sites


#header #cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-radius: 7px 0 7px 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #DDDDDD;
    clear: both;
    display: none;
    min-height: 150px;
    padding: 8px;
    position: relative;
    right: 172px;
    top: -1px;
}

stylesheet.css (строка 175)

спасибо, что надо, всё получилось! :)

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.