Divisor line in The Columnist Theme
-
Hello,
I’ve just get the The Columnist theme and I want to know how can I add the fine divisor line that is shown here: http://thecolumnist.info/typography/text-styles/ and which divide the text horizontally
The blog I need help with is: (visible only to logged in users)
-
ok, sorry but I’ve just discovered the html code: <hr/>
What I don’t know yet is how to create de vertical lines that also appear in: http://thecolumnist.info/typography/text-styles/
I’m very very grateful for your attention and help
-
Hi,
That vertical lines seem to be a blockquote element. Try something like this:
<blockquote>Your blockquote paragraph text here.</blockquote> -
Thank you @hfzrhmn, but
gives the same result as <cite>, no vertical line is shown.
Also, as you can see in the link I put, in some of the sentences it is shown a different typography (similar to courier), how is this possible? I though you weren’t able to change it.
Thank you so much in advance
-
I’m not quite sure what you’re referring, but if you’re using any modern browser, you will usually be able to right click anywhere on the site and choose ‘View Source’.
Doing that will show you the HTML source of the entire site. You will then need to find the sentence/styling you’re looking for, and the HTML structure should be visible as well.
-
Thanks hfzrhmn, unless I don’t know how to insert the vertical line the post can be close. I assume it’s something about the blockquote element in a previous version of the theme, could be?
What I said about the typography is using the html code teletype <tt>random text</tt>
- The topic ‘Divisor line in The Columnist Theme’ is closed to new replies.