Change tag cloud and share button position
-
Hi,
I would like to change the standard tag cloud and share buttons position to the bottom of posts.
It already appears in that position when I “zoom in” the page and in phone screens.
If possible, I’d also like to change the “#tag” standard to a hyperlink.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
We don’t offer custom coding for major layout changes, but in this case since it’s built into your theme for smaller screens, something like this may help:
media screen and (min-width: 1380px) { .entry-footer, .footer-widget-inner .widget, div#jp-relatedposts, .single .entry-content { width: 100%; } }If possible, I’d also like to change the “#tag” standard to a hyperlink.
These are already clickable hyperlinks. If you want to change their appearance, you can do so by adding some CSS as you like:
.entry-footer a { color: red; text-decoration: underline; }.etc — you’ll just need to set it up the way you like it.
Hoping this helps!
- The topic ‘Change tag cloud and share button position’ is closed to new replies.