Nuron Articles No Cointainer - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Nuron Articles No Cointainer

A

APD

Template 2 years ago

i am using nuron template, i see that the sample articles are formated using sp page builder, but i was thinking... what will happen when i need to export all of the articles to a possible new joomla installation... so i thought that mybe i should start using the regular text editor to add my article news. But when doing so... i see that the conatiner for it is not set and the article news is shosing in full witdh... what can i do to solve that?

Also when chossing to display as "video format" instead of just a photo, it does not have any formatting, and is not showing the video on header... so the template is unable to display video as main element on my article... thats a turn off...

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #116267

Hi APD,

In that case you probably have to add container manually.

Show me subpage link where you want to add it and I will share you Custom CSS line for that.

0
A
APD
Accepted Answer
2 years ago #116323

Article news made with SP page builder as it comes with template --> https://hpscareers.org/news/nfl-star-kyler-murray-donates-$15k-to-boy-affected-by-texas-shooting-tragedy.html

Copy of article news entered with text editor --> https://hpscareers.org/test

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #116334

Ok, I see now.

Inside article in HTML code mode at the top please add

<div class="sppb-row-container">

Remember to close it at the very bottom </div>

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #116342

OR

you can use Custom CSS to add container for every single article - just use that:

.article-details .article-details-top-wraper {
  max-width: 100%;}

.article-details > div {max-width: 1320px; margin: 0 auto; }

BTW

Remember that in your 1st link, you have two columns inside, and one is empty, so the content of article takes only 80% of real width.

0