Site logo

Archived topic

Need help on blog listing

9 replies · Started by Suresh Sudharsanam on December 18, 2018

Viewing posts 1–10 of 10

Hi there,

try this CSS:

article .inside-article {
    border-bottom: 1px solid #aaa;
}

Something like this:

.sidebar .widget .widget-title {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0.5em 0;
}

Which points do want to highlight? Is it the Code block?

yes its is code block.

You can wrap your code like this:

<pre><code>
Your code in here
</code></pre>

thank you so much

You're welcome

This archived topic is closed to new replies.