Change 'Main Body' "Component" Area To Display Articles - Question | JoomShaper

Change 'Main Body' "Component" Area To Display Articles

Gerald W.

Gerald W.

SP Page Builder 2 months ago

I have an existing site with tons of articles which I want to just display regularly, but the right and left are showing below the article content. How can I remedy this? I cannot find an answer in the forums or documentation but it seems like this should be easy? See link below where the [Right] module position is displaying below the article content. I need it to be; PAGE TITLE [Left][ARTICLE][Right] BOTTOM FOOTER

Currently it is PAGE TITLE [Left][Component][Right] BOTTOM FOOTER

0
8 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #159555

Hi Gerald.

it seems like this should be easy?

Yes, and probably you set it one day in the past, and forgot about that.

Template Options > Layout > Component > Column Options and everywhere must be "Select a Option" or "Inherit" ,but not 12 as you probably have. It's simple "grid math".

info_2783_2024.jpg

0
Gerald W.
Gerald W.
Accepted Answer
2 months ago #159568

Thank you, yes that did it. Can you aslo tell me why it is ignoring the header space? If I dont add padding which makes the front page screwy, the text sits below the header and menu.

0
Gerald W.
Gerald W.
Accepted Answer
2 months ago #159569

I am also trying to set the sectioncolumns to 3+6+3 but the right column keeps collapsing very small

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #159617

Remember about Bootstrap Grid, where total width is: 12

so 4 is bigger than 3 for each column.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #159616

As I noticed you added that

#sp-right .sp-module {
  margin-top: 50px !important;
  border: none;
}

you can also reduce padding around right/left modules, here is default value:

#sp-left .sp-module, #sp-right .sp-module {padding: 30px; }

using 10px - will increase module content up to 20px for each side.

0
Gerald W.
Gerald W.
Accepted Answer
2 months ago #159731

So.

0
Gerald W.
Gerald W.
Accepted Answer
2 months ago #159734

Also, without hacking the articles template php file, is there a way to make the template display the article main image? thank you

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #159738

If image will be used in Blog Media (tab) - yes, then image will be displayed at the top of article. Screenshot from my site.

blog_media_2024.jpg

0