Left Edge Alignments - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Left Edge Alignments

Matt

Matt

Template 2 years ago

Using the Finion template.

The left hand edge alignments are all over the place and I'm not sure why. I need everything to align down the left edge (Logo, menu edge, content). It's even worse on pagebuilder pages.

Examples: https://peri.nswd.dev/ https://peri.nswd.dev/index.php?option=com_sppagebuilder&view=page&id=12

0
11 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #135783

Hello Matt

I have checked your site and it is working fine. Please share a screenshot of your issue to understand it better. Take a screenshot and share via any platform. For example: Lightshot or Imgur

Best regards

0
Matt
Matt
Accepted Answer
2 years ago #135815
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #135846

okay, I get the thing. But which is you prefer. The first one or the second one with SP Page Builder?

0
Matt
Matt
Accepted Answer
2 years ago #137840

Still waiting for some help with this.

0
Matt
Matt
Accepted Answer
2 years ago #135855

The first, where everything is aligned down the left ane right side

0
Matt
Matt
Accepted Answer
2 years ago #136938

Any ideas?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #137959

Apology for the delay. Please follow Pavel's instruction below.

0
Pavel
Pavel
Accepted Answer
2 years ago #137850

Hi.

  1. First, delete this code from custom.css. This is not the right approach and will break many other things on your site.

  2. Set padding-left back to 0px in SPPB section.

  3. Set SPPB container max width to 1140px

  4. And add this code to custom.css

    .sp-megamenu-parent {
         margin: 0;
    }

Result will be such

0
Matt
Matt
Accepted Answer
2 years ago #138094

I figured it out.

It's SPPB 3.8.10. They won't let me update to 5x because they dispise the interface changes.

0
Pavel
Pavel
Accepted Answer
2 years ago #138122

I figured it out.

Hi. You made a crutch :)

  1. Just use CSS if there is not settings
.sppb-row-container {
    max-width: 1140px !important;
}
0
Matt
Matt
Accepted Answer
2 years ago #138127

You made a crutch :)

Yup. Sometimes the customer isn't always right but if you want to get paid and didn't account for all the time needed to argue...

That's what I ended up using.

0