Tabs in pages; centered text
-
Hi, is it possible to place the following code, so that the text is centered.
.site-info::after {
content: “Copyright © 2016 “;
}Is there a way to add tabs in posts, with html and css editing?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Is this something like you are looking for?
.site-info::after { content: "Copyright © 2016 Mallowdeen Gardens"; text-align: center; display: block; }And I’m not quite clear what you mean by tabs, would you mind explaining?
Thanks,
Sage -
Thank you. Similar to this post:
Make Your Posts More User Friendly with Tabs, Accordions, Columns and More
Is it possible to use html to replicate it?
-
Hey there,
Sorry, but that would require more than HTML and CSS to build, which we don’t have the ability to use on a WordPress.com site.
Sorry about that!
Sage
- The topic ‘Tabs in pages; centered text’ is closed to new replies.