A margin is appearing within the page which is not required in a my own made wordpress theme
I am facing problem with a my own made wordpress theme. a margin is appearing within the page which is not required. please help. i am in a hurry.
This is the site i am working on. http://wp.balessing.net/
i want this thing.
http://unizhost.com/a/mavrickit/
See the margin between the image slider of the SECTIONS WE SERVE and the RED LINE is very big in my theme. why is this happening.
Please HELP. I have less time to complete the work.
Thaks
Solutions
In the
div tag
biggest please use the CSS as seen here its show the result what you want.
#bigest {
background: url("image/usa.png") no-repeat scroll center 0 transparent;
height:auto;
margin: 50px auto;
position: relative;
width: 100%;
}
Just get rid of
height: 1839px;
on
<div id="bigest">
You can space your content afterwards using margin-top and bottom.
PS: and learn to use Chrome DevTools CSS inspector.
Similar questions
Contact Form 7 + Configure SMTP: Sender email appearing as my own email
I have Contact Form 7 and Configure SMTP installed on my website. When a user submits a message through the form, everything comes through fine but the sender email is never displayed. Instead, it is displayed as my own email so I have no clue who sent the message. It just shows up as "To: my email, From: my email". Below are my settings for both C...
Adding your own custom page to Wordpress with its own custom script
I wish to add a custom page to wordpress, not in the usual sort of way. This page has my own custom script and functions and to develop a plugin is beyond my means so I was wondering if this is possible: Suppose I were to build it on the existing page.php script in my there folder, my script looks something like this: Is this even possible? I tried...
Which is the child theme and which is the parent theme?
In the themes folder for my blog, there are three folders and one file: The file is index.php and the folders are: twentyeleven / wordfruit / twentyten The blog is at http://wordfruit.com/blog Obviously folders could be given any label, but I think the folders are organised fairly logically. Question 1: Is 'twentyeleven' likely the child theme and ...
Self Made Theme not showing up in Avaliable theme options
I made a custom theme in my local wordpress. I added a style.css in the folder and an index.php. I also added a Images folder. But my theme is not showing up in avaliable themes! What can be the possible workaround? Help Please? First 20 lines of style.css:
Also ask