20-12 lanason.co.uk – sidebar
-
How can I move my sidebar down the page and have the text above it, but leave it on the side
The blog I need help with is: (visible only to logged in users)
-
Hello lanason,
Have you tried using a Text Widget and let that naturally push the rest of the widgets down the sidebar?
-
-
having looked at it again – it is using a lot of space so can I move it down a bit (or alot)
how would i move to the bottom if i wanted to
-
A Text Widget allows you to add text or HTML to a sidebar. An empty text widget is one method to “position” other widgets on the sidebar.
It looks like you removed your sidebar. :)
-
Moving the widget to the bottom of the sidebar wouldn’t really work since the sidebar widget area length only goes to the bottom of the last widget in the sidebar. In the case where only one widget is used, the sidebar actually ends at the bottom of that widget.
Have you considered putting the widget in the footer widget area?
-
-
@lanason, I’m not sure what I was looking at, but Twenty Twelve does not have a footer widget area.
You can add a text widget above your existing widget, do not give it a title and then add the following inside of that text widget.
<div style="height: 500px;"> </div>and then adjust the height as you desire. Do note that this could possibly cause some layout issues after the widget area moves below the content for smaller devices.We could also target the widget with some CSS and add some additional top margin to it to place it where you want it. It may be best to use a media query for this that limits the change to widths before the widget moves below the content.
- The topic ‘20-12 lanason.co.uk – sidebar’ is closed to new replies.