javascript - How to remove the space between header and the page content in jquery? - Stack Overflow

I would like to remove the space below the header and the first content , If you see the jsfiddle link

I would like to remove the space below the header and the first content , If you see the jsfiddle link . These is a space between the header "header" and "i'm list0" . I want to remove the space between them . So i have used

margin-top:5px;

for list, it doesn't work . so i tried for margin-bottom:-5px for header also ..It doesn;t work any case i have used.

/

I would like to remove the space below the header and the first content , If you see the jsfiddle link . These is a space between the header "header" and "i'm list0" . I want to remove the space between them . So i have used

margin-top:5px;

for list, it doesn't work . so i tried for margin-bottom:-5px for header also ..It doesn;t work any case i have used.

http://jsfiddle/WPpfZ/25/

Share asked Jun 2, 2013 at 7:58 Ballu RocksBallu Rocks 1,2263 gold badges13 silver badges15 bronze badges 3
  • You have extra padding on .ui-content. You can remove or change it. – Brad Commented Jun 2, 2013 at 8:00
  • 2 Always post the relevant code and markup in the question itself, don't just link (not even to jsFiddle). A fiddle is a nice adjunct, but not a replacement. Why: meta.stackexchange./questions/118392/… – T.J. Crowder Commented Jun 2, 2013 at 8:02
  • Shouldn't the title of this question be "in jquery-mobile" rather than "in jquery"? – Jared Beck Commented Jun 2, 2013 at 20:03
Add a ment  | 

2 Answers 2

Reset to default 7

There's a 15px padding, not on the header or the list, but on the content div that's around both list items. This will remove it:

.ui-content {
    padding-top: 0px;
}

If you use:

.ui-content {
    padding-top: 0 !important;   
}

I've added the !important option just incase it's overwritten

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745074972a4609779.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信