473,399 Members | 4,177 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

How to remove this padding?

Hey guys. I need help, I need to remove top padding on my website:

http://csgofreeskins.eu/

You can see that this graphic banner has on top like 20px of padding but I can't remove that...

Anyone could help?
Oct 16 '17 #1

✓ answered by Frinavale

You have this <iframe> above your nav bar element:
Expand|Select|Wrap|Line Numbers
  1. <iframe src="https://www.g2a.com/r/user-58b0d0f777317" style="width: 0px; height: 0px;" frameborder="0"></iframe>
It is causing your problem.

You could
  • Remove it
  • Move it to another location on your page that you expect it's content to be displayed in
  • Or use a display:none style for it like this:
    • Expand|Select|Wrap|Line Numbers
      1. <iframe src="https://www.g2a.com/r/user-58b0d0f777317" 
      2.         style="width: 0px; height: 0px;display: none;" 
      3.         frameborder="0"></iframe>

-Frinny

1 32648
Frinavale
9,735 Expert Mod 8TB
You have this <iframe> above your nav bar element:
Expand|Select|Wrap|Line Numbers
  1. <iframe src="https://www.g2a.com/r/user-58b0d0f777317" style="width: 0px; height: 0px;" frameborder="0"></iframe>
It is causing your problem.

You could
  • Remove it
  • Move it to another location on your page that you expect it's content to be displayed in
  • Or use a display:none style for it like this:
    • Expand|Select|Wrap|Line Numbers
      1. <iframe src="https://www.g2a.com/r/user-58b0d0f777317" 
      2.         style="width: 0px; height: 0px;display: none;" 
      3.         frameborder="0"></iframe>

-Frinny
Oct 17 '17 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

15
by: Eric | last post by:
According to my book, the padding property is defined for all elements. However, when I set the property for the element <A>, only the left the right padding is applied and not the top and bottom...
7
by: Gustaf Liljegren | last post by:
I continued on the example shown earlier today: http://gusgus.cn/test/index.html Now I get some unwanted space in Firefox (the red space just below the first image) which doesn't appear in...
5
by: Hello | last post by:
Here problem is that in Mozilla the logo "The Website" will not pad from the edge. http://www.clickatus.com/test/ Also, when I put in loose DOCTYPE it blows the whole thing... Help......
14
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
2
by: Remi Villatel | last post by:
Hi there, I have following CSS definitions: div.limits { margin: 0 20px 0 20px; } div.halfleft { float: left; left: 0; width: 50%;
11
by: sllrphoto | last post by:
A veteran of early html, I've modified my blog template and made it look rather clean (albeit rather plain) when viewed with IE. Ironically, I'm a big Firefox fan, but when viewed in FF, my blog...
31
by: Sarita | last post by:
Hello, this might sound stupid, but I got a really nice homepage template which unfortunately is a 3-Column Fixed Width CSS format. Now I don't have any content for the right column and would...
1
by: lilOlMe | last post by:
I'm really starting to lose it on this problem. I have created 2 <div> tags that will server as boxes. While explaining my problem I will refer to these <div> tags as Boxes...to keep things...
2
by: laredotornado | last post by:
Hi, I admit it, I have a problem. On PC Firefox, you'll notice on the following page, the image of a drop-down arrow is surrounded by green: http://elearningrd.info/portal/test2.php I wish...
6
by: Romulo NF | last post by:
Greetings again to everyone, Im back to show this grid componenet i´ve developed. With this grid you can show the data like a normal table, remove the rows that you need, add rows, import data,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.