Help with sidebar position
-
Hello,
I hope someone with a good heart 🙂 can help me with this doubt.
I have this theme installed http://fthemes.com/dinamo-free-wordpress-theme/ and I just want to do is reduce the width of the slide to the left in 615px but that makes an right empty space.
How do I move the sidebar to up to cover the empty space?I would appreciate your help;)
Hola,
Espero que alguien de buen corazón 🙂 me pueda sacar de esta duda.
Tengo este tema instalado http://fthemes.com/dinamo-free-wordpress-theme/ y lo que quiero es hacer es reducir el ancho del slide a la izquierda a 615px pero que la sidebar me cubra el espacio que queda vació a la derecha
¿Como hago para mover el sidebar al espacio vació?Les agradecere su ayuda 😉
-
not elegant, rather a bad hack, and might not work in all browsers, particular not in older browsers – try to add this to style.css or change the respective style in style.css:
#sidebar-primary{margin-top:-350px;}thank you very much, worked great! I really appreciate your help 🙂
As you will have noticed I am a beginner and this has helped me a lot.Hi @alchymyth, Now I have another problem, in article the sidebar appears moved up exactly in the same px (-350px;) how can i fix that?
change the line to:
.blog #sidebar-primary{margin-top:-350px;}that makes use of the specific body_class of the front page
thanks for the idea, i have the style.css in this way
#sidebar-primary { overflow: hidden; float: left; width: 300px; margin-left: 15px; } .blog #sidebar-primary{margin-top:-440px;}and now is working great in the front page and in the article page.
cheers!
The topic ‘Help with sidebar position’ is closed to new replies.