Vertical Navigation In Tabs does Not Work - Question | JoomShaper

Vertical Navigation In Tabs does Not Work

A

Alex

SP Page Builder 2 days ago

For instance, there are tabs on a specific page, and in the settings, I select the option to place the navigation at the top. However, for some reason, it doesn't switch; the navigation remains on the side. Why is that, and how can I fix it?https://yadi.sk/d/xU1_uGFo9k0Agg

Here is an example of the specific page: https://besedka-dacha.ru/derevyannyj-tualet/tualet-standart I need the tabs to switch at the top.https://yadi.sk/d/r0XiHD8i01ySDg

The documentation for the tabs component states that the navigation can be switched to the top, but I haven't been able to get that to work. I can provide access to the site if needed.

0
10 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 days ago #231116

1.I didn't add the code as a separate file, but entered it into the Custom CSS template settings field. If I update the template in the future, will this code be deleted?

I recommend adding your custom CSS rules to the custom.css file. This keeps your changes separate from the core template files and ensures they won't be overwritten during future updates.

2.Will you fix this tab issue with the next SPPB update? Will these settings (custom code) conflict in the future?

This is not an SP Page Builder issue. Since this is related to the template's design and styling, the appropriate approach is to override the CSS.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 days ago #231050

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Add this css code inside the custom.css file.

.sppb-addon-tab .sppb-tab .sppb-nav li {
    float: none;
    width: auto;
}
.sppb-addon-tab .sppb-tab .sppb-nav {
    float: none;
}

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
A
Alex
Accepted Answer
2 days ago #231056

Toufiq It’s not entirely clear which way? please indicate the exact path?

0
A
Alex
Accepted Answer
2 days ago #231057

https://yadi.sk/i/oT4zFNbQRG_EXg Did I specify the location correctly? Edit in the template styles.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 days ago #231058

You can put here or create a custom.css file on this file location.

templates/your_template/css/custom.css

0
A
Alex
Accepted Answer
2 days ago #231074

I inserted this code in the template settings. The tabs are at the top, but there are a couple of notes:

  1. The indents in the tab names are not uniform and there is no way to change them in the standard settings. Is there any way to fix this?
  2. Why does the tab component itself turn out to be cut off in both the mobile and desktop versions? There is an empty space on the right. It's not pretty. I was unable to remove it in the SPPB constructor. How can I fix this?https://yadi.sk/i/c5NVBn4g_wU7HQ https://yadi.sk/d/X8_36gWy_Zgf2g
0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 days ago #231083

Add this css code inside the custom.css file.

.sppb-addon-tab .sppb-tab .sppb-tab-content {
    float: left;
    width: 100%;
    border-color: #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 25px 25px 50px;
}
0
A
Alex
Accepted Answer
2 days ago #231086

Excellent, exactly what I needed. However, the tab titles are slightly misaligned (the indents in the titles are uneven). I'd also like to clarify a couple of things:

  1. I didn't add the code as a separate file, but entered it into the Custom CSS template settings field. If I update the template in the future, will this code be deleted?
  2. Will you fix this tab issue with the next SPPB update? Will these settings (custom code) conflict in the future?
0
A
Alex
Accepted Answer
1 day ago #231191

Toufiq Thanks. I have no questions about this site for now.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 day ago #231209

You are most welcome! We appreciate your feedback and are delighted to hear that you're satisfied with our service.

To officially close this forum post, mark it as accepted. If you have any more questions or need further assistance in the future, please don't hesitate to reach out to us.

As for writing a review about our product and support quality, we would greatly appreciate it! Your feedback helps us improve and serves as a valuable reference for others. Please take a moment to share your thoughts about your experience with our product and the support you received. Your input is valuable to us and the community. Thank you in advance for your time and support.

Joomla Extension Directory

JED.png

TrustPilot

Trust-Pilot.png

We're here to assist you with any further questions or requests you may have. Once again, thank you for choosing our product and for being a part of our community.

Best regards,

Toufiqur Rahman

Team Lead, Tech Support (JoomShaper)

0