Bug Bottom Modules Article Layout - Question | JoomShaper

Bug Bottom Modules Article Layout

R

Remco

Template 4 years ago

Hi,

I am using Travus theme on my grouptravel website but now i see when i click on a blog item. When the blog item opens, the bottom modules have a different container width (full width). That is not how i want it. See images.

How it should be:

How it is right now:

Same with blog layout. So it seems that everyting built in SP Page Builder has the good container width (layout) but the core joomla articles and blog pages do not have the correct layout.

How can i fix this?

Regards, Remco

0
5 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #17785

Add this new css code

footer#sp-footer .container {
    width: 1140px;
}
0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #17777

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please add this css code inside the custom.css file.

section#sp-bottom .container {
    width: 1140px;
}

section#sp-footer .container {
    width: 1140px;
}

-Thanks

0
R
Remco
Accepted Answer
4 years ago #17780

I've added the code, now the bottom is okay, but the footer is not. Tried to add important! to the line, but did not work.

0
R
Remco
Accepted Answer
4 years ago #17786

Thanks!

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #17788

You are most welcome & Thanks

0