After pushing the text "Online Deal" for the Godaddy section on my website a white space appeared along with a scroll. I tried adding a overflow-y: hidden; code but it just made everything hidden.
The exact code I changed was ".typeofdiscount3 { position: absolute; top: 210px; left: 1200px; width: 500px; color: #FFF; } " I had added 1200 to the left to center the text however it also made the white space on the right.
Please help my fellow neowins, code is below. URL for the webpage displaying this code: couponproxy.com
<style>.couponthree { position: absolute; width:500px; height:238px; left:1000px; top:0px;}.coupontwo { position: absolute; width:500px; height:238px; left:500px; top:0px; color:#34282C; } .topcontainer { position: relative; width:100%; height:100%; color:#34282C; margin: 10px 0 0 -750px; left:50%; } .couponone { position: absolute; width:500px; height:238px;}.coupononedescription1 { position: absolute; top:160px; left:14px; color:#000; width: 485px; } .typeofdiscount1 { position: absolute; top:210px; left:95px; color:#FFF; width: 500px; } .discountdescription2 { position: absolute; top:160px; left:514px; color:#000; width: 490px; } .typeofdiscount2 { position: absolute; top:210px; left:700px; color:#FFF; width: 500px; } .discountdescription3 { position: absolute; top:160px; left:1014px; color:#000; width: 490px; } .typeofdiscount3 { position: absolute; top:210px; left:1200px; width:500px; color:#FFF; } .couponfour { position: absolute; width:500px; height:238px; top:258px;}.coupondescription4 { position: absolute; top:418px; left:14px; color:#000; width: 485px; } .typeofdiscount4 { position: absolute; top:468px; left:160px; width:490px; color:#FFF;} .couponfive { position: absolute; width:500px; height:238px; left:500px; top:258px;}.coupondescription5 { position: absolute; top:418px; left:514px; color:#000; width: 495px; } .typeofdiscount5 { position: absolute; top:468px; left:700px; color:#FFF; } .couponsix { position: absolute; width:500px; height:238px; left:1000px; top:258px;}.coupondescription6 { position: absolute; top:418px; left:1014px; color:#000; width: 485px; } .typeofdiscount6 { position: absolute; top:468px; left:1160px; color:#FFF;} </style><divclass="topcontainer"><divclass="couponone"><imgsrc="http://couponproxy.com/wp-content/uploads/2017/01/ebay-coupon-code-2017.png"/></div><divclass="coupononedescription1">Discounts available are going to remove 10% off new eBay coupons, These savings are honestly some of the best we have ever seen!</div><divclass="typeofdiscount1"><b>eBay Coupon Code: HIJ870PLW345NAQYU46</b></div><divclass="coupontwo"><imgsrc="http://couponproxy.com/wp-content/uploads/2017/02/dave-and-busters-coupon-2017.png"/></div><divclass="discountdescription2">Free $20 worth of Gameplay for Dave and Busters. The cost of $20 can save you $400 worth of gameplay!</div><divclass="typeofdiscount2"><b>In-Store Discount</b></div><divclass="couponthree"><imgsrc="http://couponproxy.com/wp-content/uploads/2017/02/godaddy-coupon-2017.png"/></div><divclass="discountdescription3">Pay only .99 cents for any domain with this available Godaddy deal.</div><divclass="typeofdiscount3"><b>Online Deal</b></div><divclass="couponfour"><imgsrc="http://couponproxy.com/wp-content/uploads/2017/02/bed-bath-and-beyond-coupon-2017.png"/></div><divclass="coupondescription4">Save 20% OFF your next Bed Bath and Beyond purchase!</div><divclass="typeofdiscount4"><b>In-Store & Online Discount</b></div><divclass="couponfive"><imgsrc="http://couponproxy.com/wp-content/uploads/2017/02/amazon-coupon-codes-2017.png"/></div><divclass="coupondescription5"> Never miss an Amazon coupon code again! View a full list of offcial Amazon discount codes on Amazon.com. </div><divclass="typeofdiscount5"><b>Coupon Code</b></div><divclass="couponsix"><imgsrc="http://couponproxy.com/wp-content/uploads/2017/02/kohls-coupon-2017.png"/></div><divclass="coupondescription6">Save 25% off your entire purchase online or instore at Kohls.</div><divclass="typeofdiscount6"><b>In-Store & Online Discount</b></div></div>
Question
+Seetheworldsecond Subscriber¹
After pushing the text "Online Deal" for the Godaddy section on my website a white space appeared along with a scroll. I tried adding a overflow-y: hidden; code but it just made everything hidden.
The exact code I changed was ".typeofdiscount3 { position: absolute; top: 210px; left: 1200px; width: 500px; color: #FFF; } " I had added 1200 to the left to center the text however it also made the white space on the right.
Please help my fellow neowins, code is below. URL for the webpage displaying this code: couponproxy.com
Link to comment
https://www.neowin.net/forum/topic/1321070-help-css-issue-remove-white-space-and-scrolling/Share on other sites
2 answers to this question
Recommended Posts