-
AuthorPosts
-
May 14, 2013 at 2:02 pm #23254
If there is little or noe content on a page the socket goes 540px high!
Whats wrong? Im using child theme from here: https://kriesi.at/support/topic/child-theme-1
May 14, 2013 at 7:40 pm #119086Hi Merkur-Trykk,
The theme doesn’t have a sticky footer (which is the effect where the footer stays at the bottom of the page). So when you don’t have enough content in the main body of a page, the footer and socket below it don’t stick to the bottom of your browser window and instead move up on the page.
Regards,
Devin
May 15, 2013 at 7:04 am #119087Is that by design in the default theme or in the Child theme I have I have used?
Look at this: http://tinypic.com/view.php?pic=33jlk08&s=5
Are you sure the socket should be that big? Dont believe this has anything to do with sticky footers.
I think there is something with the Child theme….
May 15, 2013 at 3:49 pm #119088If the page doesn’t have any content, the background will show. So if the background is the same color as the socket div then it will appear as though the socket is very large.
May 15, 2013 at 8:19 pm #119089Hmmm….if I put some stuff on the page the socket gets smaller, but I really need more stuff than wnated to get the socket in its normal height.
What do mean background? The background of the page is white, the footer is gray and the socket is dark gray.
May 16, 2013 at 1:46 am #119090Hi,
Try this on your custom.css
html{
background-color: red;
}Leave a page without content and display the socket without the footer. You’ll see what Devin is trying to say. You need to push the socket with contents.
Regards,
Ismael
May 16, 2013 at 6:33 am #119091Thanks for clearing out.
So if there is little content one have to put some blank stuff.
Can I ask why no sticky footer?
May 17, 2013 at 12:44 am #119092Hi,
Sticky footers tends to break the responsiveness of the site. There are certain techniques that you can use to make a sticky footer. You might want to look into that. It means breaking the default layout of the theme though. In my honest opinion, who needs a blank page anyway?
Regards,
Ismael
May 21, 2013 at 10:23 am #119093Well the problem is that the pages are not blank. They make up about 400px and that is not enough for the socket to get its intended size. I feel this is a bug that needs to get sorted out. The pages look weird….
I han insert blank space off course, but that is a stupid solution.
May 22, 2013 at 2:10 am #119094 -
AuthorPosts
- The topic ‘Socket 540px’ is closed to new replies.