• Hi, I was wondering how to change the box size and add space between the plus/minus sign and the left side of the box. First, the box size is much bigger than the size seen in the examples I saw. How can I modify this? Also, the plus/minus sign is too far to the left, pushing it to the edge of the box. Whenever I change it to the right side, also, it doesn’t work.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi
    Please apply this css in our plugin Custom CSS Section.
    you can adjust padding-left and width property accordion to you.

    #wpsm_accordion_935 .wpsm_panel-title .ac_open_cl_icon
    {
    padding-left: 6px !important;
    }
    #wpsm_accordion_935
    {
    width:50% !important;
    }

    If you have any query, Let me know

    Thanks
    Bhuvneshwar Joshi

Viewing 1 replies (of 1 total)
  • The topic ‘Formatting Box’ is closed to new replies.