Problem with Tumblr ScrollBar

DozaGonza / 2012-02-01 04:54:06   

Hi, i have a problem, i created an iframe and put a tumblr blog direction, the problem is that when i enter the web www.dozagonza.com and i push over the news/blog the tumblr create a scrollbar on the right when the blog is empty, i want if the blog is too bigger than content then appear this scrollbar but if the content is smaller not appear, i understand the contect create a space on the bottom that create this scrollbar but i dont know how to remove this space, i hope you help me, thanks and sorry for my english.

http://www.dozagonza.com

pernin / 2012-02-01 05:18:57   

if you scroll down you'll see the tumbler footer. The scrollbar is necessary in order to scroll the screen to that point. This is something that you should style in tumblr, the iframe just puts there whatever you have in tumblr

DozaGonza / 2012-02-01 06:19:19   

But i think that if i reduce the content the scrollbar works well, it finish in gray but if the content have 100% height finish in a white space that i dont know how to remove it, understand? , thanks

pernin / 2012-02-01 06:37:18   

sorry, but I don't see how this is an indexhibit problem, all that space there between the content and the footer is created by tumblr: with an iframe, indexhibit just provides the space, whatever you put in it, it will show, even if it's empty space :/

DozaGonza / 2012-02-01 06:50:21   

Ok, first of all sorry for my english, i explain you better, the original tumblr is www.dozagonza.tumblr.com, this blog dont create white space in the bottom, but if you enter the blog in www.dozagonza.com u can see that create a scrollbar that push down white space appear which original tumblr dont appear, understand? i dont know how create that white space, thanks

pernin / 2012-02-01 07:05:59   

OK: el iframe simplemente crea un contenedor que acepta y reproduce el código de embed de Tumblr. Lo que está en ese espacio en indexhibit, no está realmente en indexhibit, es apenas una ventana a tu blog en tumblr.

tendrás que entrar a tumbler y ver qué código es el que crea tumblr, porque es eso lo que está creando todo ese espacio entre el post y el pie de página. Seguramente hay alguna forma de modificar el layout, or por lo menos redactar eso, talvez quitarle el pie de página? no se, no conozco tumblr

DozaGonza / 2012-02-01 07:15:09   

Ive reduced the bottom margin of the body of indexhibit and disappear the white space, but go up all the elements, i see in the inspector that frame refer body class section 4, isnt problem tumblr, i dont know how to solve it but im near, hehe, understand anything?

pernin / 2012-02-01 07:58:06   

yes, although you can use Spanish if you wish ;)

It looks ok from here: the scrollbar now appears because you have a fiull background. In order for the background to really cover the screen space, it must be a small bit bigger than the screen space, and that naturally creates a scrollbar

DozaGonza / 2012-02-01 08:47:34   

Dont worry, i like typing in english, :p
How i reduce the body without move the another elements? or reduce only the bottom body? i suppose i have to put the size of body auto for detect the widht and height and the iframe resize at the same, i see the plugin iframe and get the weight for the content and the height for the menu, i dont know, but i try it otherwise, if u find some answer plz tell me, a lot of thanks.

DozaGonza / 2012-02-01 08:55:58   

Cool, the margin 25px in the content p is the problem, but if i put 0 the tumblr get small but if i put 5px reduce the white space, then i would need put 0 in the margin and change another number, ou shit, i hope repair it soon, thanks.

DozaGonza / 2012-02-01 09:00:34   

Ok i resolve it, i delete the margin of p and put 0 in content p but now the space is created in the right because i delete the margin, i suppose i need to change another parameter, byez.

DozaGonza / 2012-02-01 10:06:31   

.container {
padding: 0 0 0 10px;
    margin-left: 10px;

This is my problem, need the margin left for center the menu but the tumblr blog go out of the window, what can i do?

DozaGonza / 2012-02-01 10:31:50   

Pernin i repair it at least, see my page www.dozagonza.com , news/blog, thanks for all.

This thread has been closed, thank you.