开发者

How Can I position this element so it will stay stuck to the top right corner?

开发者 https://www.devze.com 2023-03-16 18:58 出处:网络
I\'m working off of a wordpress theme, and I can\'t seem to get the positioning of the Search开发者_如何学Go Search Bar to be positioned in the desired area.Is this not something I can achieve with po

I'm working off of a wordpress theme, and I can't seem to get the positioning of the Search开发者_如何学Go Search Bar to be positioned in the desired area. Is this not something I can achieve with positioning??


you have the Css like this:

 #searchform {
    position:absolute;
    top: 60px;
    left: 930px;
}

you need to change the left value to something like 880px

0

精彩评论

暂无评论...
验证码 换一张
取 消