Home Page does Not Take Up 100% Of Space. - Question | JoomShaper

Home Page does Not Take Up 100% Of Space.

JM

John Mendivel

Template 10 months ago

Hi support, I've noticed that the main home screen of my template is on the left, but I want it to take up 100% of the screen.

I've seen that changing this code: @media (min-width: 992px) { .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; } }

to this code @media (min-width: 992px) { .col-lg-8 { flex: 0 0 auto; width: 100%%; } }

solves the problem, but the other pages move. I want the main page (home) of my site to be 100% wide.

Another problem I have is that when I log in the login button at the top changes from white to black, could you help me keep it white, thanks.

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178242

Thanks for video, now I understood, fixed. Clear browser cache to see changes.

0
JM
John Mendivel
Accepted Answer
10 months ago #178219

I have a similar problem with home with this link https://manacelestial.org/es/miscelanea/biblioteca Before updating the page builder to the latest version it looked fine, now after the update it doesn't look complete, it's like it's cut off.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178232

Hi John,

I think you made mistake in CSS syntax here

@media (min-width: 992px) { .col-lg-8 { flex: 0 0 auto; width: 100%%; } }

too many % - only 1 "%" should be used, otherwise browser may not understand your command. If you used that line, I suggest to delete that (!) it only make mess!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178233

Ok, I will make change on your home page, I think, it will be faster to exaplaining you how CSS, and Joomla with Advanced Module Manager works, no offence. There is not always a need to use extra CSS :]

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178234

Width problem on your home page was caused by Modules ID 117 and 119 - that were assigned to all subpages. After I disabled them, you don't have right column anymore. You can publish again, but choose on what subpage they should be presented.


After Login - I didn't see any black bg colors after login on front-end. Please check again, make screenshot and share link to image file. Otherwise, I don't know what suggest.


On Biblioteca page - at least now - nothing is cut off. On that subpage you used component JoomMedia - and that is not ours, so I cannot help more. I don't see any SPPB module there to see relations.

Most broadly speaking, my assistance ends where other extension(s), not belonging to us, begin.

0
JM
John Mendivel
Accepted Answer
10 months ago #178241

hello Paul, that was the problem, the modules were taking up space and that caused the home and library pages to be cut off, but I could see those modules, well thanks for helping me solve it, both questions were solved.

Regarding the after login question, I will send you a video so you can better understand the problem, thanks. https://we.tl/t-OkvBU5R0T6

0
JM
John Mendivel
Accepted Answer
10 months ago #178243

thanks!!

0