Article Addon Layout - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Article Addon Layout

LL

L. Leijen

SP Page Builder 3 years ago

Hello,

I am working with the Shefund template and I have created a blog page with SP Page Builder where I am having a layout issue with. On this page I placed the addon "Articles". But for some reason it shows a fixed leading article on top. And this leading article has a different layout than the article below. Can you inform me on how I can remove the fixed leading article and only show the two articles in the same layout just as the leading article? I also can't seem to figure out how to increse the image size of the article in this addon.

With kind regards,

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #93703

Hi there!

Thanks for contacting us.

Yes, the Shefund template blog layout is specially designed so. If you wish I can give you custom code to remove the leading article from the blog top.

.article-list.articles-leading {
    display: none !important;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
LL
L. Leijen
Accepted Answer
3 years ago #93835

Hello,

Thank you for your response, this code removes the leading article but doesn't add the first article to the article list.. Because of this code the page misses the first article. How can I make it show up in the article list?

With kind regards,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #93881

Hi,

Oh yes, it will remove the article. Actually, as I said earlier, the template is designed the blog page with different style than usual. If you do not like this layout, it would be wise to use a different template. Because, to removing the leading article style will need code customization.

Thanks for your patience and considerations...

Best Regards

0