move a text widget in Oxygen theme using CSS
-
Hi everyone,
I’ll be very gratefull for knowing how I can move a text widget that I have on my blog, using CSS.
I want to specify I have several active text widgets into my blog, and the problem is that I don’t know the name of the text widget I want to move so I can’t style it into the custom design… someone can help please?Or, someone knows how to link a text widget inserted into blog using the CSS to a internet page?
I used this cose for inserting it under my content:.home #content-wrap:after {
content: “insert text here”;
}and the text correctly appears. Now, I want to link the text to a url, but I don’t know how..
thank you so much
The blog I need help with is: (visible only to logged in users)
-
After inserting the text widget, you have to view the source code and then find the ID for that specific text widget, but moving a text widget to another location in a responsive width theme, such as Oxygen, is most times quite difficult since you have to use “position: absolute;” which means the text widget no longer moves in relationship to the other page elements.
If you can point out the text widget you wish to move, and where you want to move it to, I can take a look and see what can be done.
-
If you need help creating a link in a text widget, see this support page: http://en.support.wordpress.com/links/text-widget-links/ .
-
thank you thesacredpath.
How can I view the source code of a widget and find itse ID ??
this is the key!thanks
-
This help page has a really good example showing how to inspect the source of a web page using built in browser tools:
http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/
- The topic ‘move a text widget in Oxygen theme using CSS’ is closed to new replies.