Moving sidebar and extende slideshow
-
Hi
I need to do thi sin this site
Move down the sidebar to let the slideshow extend for Whole lenght of page
Now i have moved the sidebar down inserting margin-top in .widget in mychild
but i can’t extend the slide
In the configuration page of next gen there is a setting fot wide and height but wide will not change as desidered
It reach the margin of the body text area, whatever size i put it will not go in that area that was previously belonged to sidearea.
May be is not correct the procedure i made to move the side area?
thanks
-
Yes, that’s because it’s inside the primary div – which is not full page width – so that the sidebar will fit beside it. You MIGHT be able to get around that by using a negative right margin:
.slideshow { margin-left: auto; margin-right: -120px; outline: medium none; text-align: center; width: 100%; }But the above changes may wreck havoc with the resizing of that theme…
may be better to move the slideshow outside the primary div?
actually the final position shoul be
slider
top menu
all the rest
so may be to best way is to move the slider somewhere else
Yes, if you want to do that kind of modification you can make a custom template in your child theme – http://codex.ww.wp.xz.cn/Pages#Creating_Your_Own_Page_Templates
you think is it better than your solution(btw i did not understand this (changes may wreck havoc with the resizing of that theme)
what makes me doubtfull is that the slideshow is set on a “page”
i don’t know hot to put the slideshow in another placeTwentytwelve is coded to resize automatically for smaller devices, so if you mess with the CSS of it (especially with negative margins and things like that), it will likely mess up the default resizing. You can always make the changes and see how they work…
I’d move your slideshow out of the primary
<div>, so you don’t have to mess about with the CSS for other elements.ok, where has to be made this change?
index.php or where?Sorry, which license did you put on your Child Theme?
this is my difficult in using firebug, many times i can’t understand where to locate some code i want to modify…what file to look for
many times i can’t understand where to locate some code i want to modify
Firebug and other browser developer tools are there to expose the CSS so you don’t have to look where it originates.
Why are you looking where the CSS originates?
i don’t understand the question about licence
i don’t know how to save modificationn i do in firebug
actually i did’n t know i could save form firebug!
The topic ‘Moving sidebar and extende slideshow’ is closed to new replies.