Bottom Menus Problem - Question | JoomShaper

Bottom Menus Problem

S

Sergio

Template 10 months ago

Hello,

If I use a SP Page Builder page for a bottom1 then menu modules placed in Bottom2, 3 and 4 don't work. The text is displayed... but the link is not there.

If I unpublish module from bottom1 then links are OK.

0
5 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 10 months ago #179425

Hi Sergio,

Thank you for reaching out, and sorry for the inconvenience.

I noticed that the Logo Aname module in the Bottom1 position of SP Page Builder wasn’t designed correctly. I’ve adjusted the following settings:

  1. Set the two sections as fluid sections, as shown in the screenshot: https://prnt.sc/XFJt6jDyKIQ8
  2. Removed the column width setting, which was previously set to 20% and was causing the issue.

Please check now; everything should be working as expected.

If you have any further questions, feel free to ask.

Best regards

0
S
Sergio
Accepted Answer
10 months ago #179448

Hello and thanks for your help,

Just a quick question, why there's a big gab between the section with the image (Aname) and the section containing the text?

Thanks,

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 10 months ago #179449

Hi Sergio,

The gap between the section images is caused by the template.css, where the bottom margin is set to 60px.

I’ve applied custom CSS to the image addon to adjust this, as shown here: https://prnt.sc/2johEZm2U2JC

#addonId .sppb-addon-single-image{
  margin-bottom: 5px;
}

This should now resolve the issue.

If your issue is resolved, please mark the most helpful answer to close the post.

Best regards

0
S
Sergio
Accepted Answer
10 months ago #179451

Great!!!

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 10 months ago #179458

Thank you for your kind words!

0