Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter Pemsas

    (@pemsas)

    That is resolved. But can you help me with another issue please.

    How do I get rid of the stupid dots next to each tabs? example https://websiteresolution.com/products/

    and how can I space them out further?

    Plugin Author John Gardner

    (@jgardner03)

    I’m going to release a fix tonight that does a better job controlling for themes that try to force the list items to show the bullet points so that’ll be solved there.

    Regarding the spacing between tabs, you’ll need to add the following CSS to your theme’s style.css:

    .arconix-tabs-horizontal ul.arconix-tabs li {
         margin-right: 15px !important;
    }

    Change the margin to whatever pixel amount you’d like. The plugin default is 5px.

    Thread Starter Pemsas

    (@pemsas)

    Perfect. Thank you for the help.

    John,
    Glad I found this thread. Seeing the actual example of how to add custom css to the shortcode AND giving us the example of the css selector was very helpful. Would you consider adding some of these types of examples to your documentation?

    Thanks very much for this compatible plugin.

    Plugin Author John Gardner

    (@jgardner03)

    Hi geologist,

    Yes, I plan on doing a massive overhaul of my documentation over the next few months and plan on incorporating additional examples of intermediate and advanced customizations.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Can't seem to align the toggle to the right’ is closed to new replies.