fern-ribs
Hi,
You can backup these 2 files:
/templates/ja_directory/html/com_content/article/default.php
/templates/ja_directory/js/script.js
and update with attached files
Then open the file: /templates/ja_directory/css/custom.css (Create this file if it doesn't exist now) and add this custom css code:
blockquote {
overflow: hidden;
}
#article-index,
.article-index {
background: #f7f7f7;
border: 1px solid #dce2e8;
border-radius: 2px;
float: right;
padding: 13px;
margin: 0 0 26px 26px;
width: 25%;
}
@media (max-width: 991px) {
#article-index,
.article-index {
width: 50%;
}
}
@media (max-width: 767px) {
#article-index,
.article-index {
width: 100%;
}
}
#article-index h3,
.article-index h3 {
color: #4c5560;
font-size: 16px;
font-weight: bold;
margin: 0 0 13px 0;
}
Regards