New Landing How can we help? Themeforest Theme Support Dante Problems in Visual Editor/padding in accordian element/column height alignment

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Dante
  • #90007
    tsimarketing
    Member
    Post count: 267

    1. When I make an edit in the visual editor and save and update those changes, some of them aren’t translating over to the frontend of the website. For example, I tried to add a tab to a column in a text block to move it to the right a little, but when I saved and updated that change, nothing happened when I went to view the page. This was occurring with a couple other little changes as well. Do you know why this would be happening?

    2. Within the accordian element in the swift page builder, is there a specific code I can add to the custom css section of the theme options to add padding between the edge of the accordian and the text within the accordian?

    3. Within one of my accordian tabs, I have 2 columns of bullet points, they are not aligning at the top of the columns but rather at the bottom. How do I get the columns to align at the top? I have attached a screenshot showing you this problem.

    #90331
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Are you using any sort of cache plugin?

    2) Yes you can use this custom css:

    .spb_accordion .ui-accordion .ui-accordion-content {
      padding: 15px 15px 0;
    }

    You can adjust the 2 15px values

    3) Which page is this on?

    – Kyle

    #90398
    tsimarketing
    Member
    Post count: 267

    1. No cache plug in

    2. Thank you that code worked for the padding issue.

    3. http://tsihealthcare.com/maintesting/?page_id=785
    Specificly under the specialties tab, the columns aren’t aligning at the top.

    #90672
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1. When you go back to edit the page, have your changes been removed or are they still there?

    2. Great

    3. Add this to your custom css:

    p:empty {
      display: none;
    }

    – Kyle

    #90859
    tsimarketing
    Member
    Post count: 267

    1. When I go back to the edit page, the changes are still there.

    3. I added this code to my custom CSS, but nothing happened to the column alignment. They are still aligning at the bottom rather than the top.

    #90865
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1. Likely a cache issue, you will need to clear your cache

    3. Doesn’t seem that way to me (see screenshot)

    – Kyle

    Attachments:
    You must be logged in to view attached files.
    #90873
    tsimarketing
    Member
    Post count: 267

    3. But in your screenshot, Audiology(in the first column) and Obstetrics & Gynecology(in the second column) are not on the same line. Right now Obstetrics & Gynecology are lining up with the second line of the first column. Do you see what I’m talking about?

    #90875
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ahhh yes, now I understand. Please provide me with a login so I can check this for you

    – Kyle

    #90887
    tsimarketing
    Member
    Post count: 267
    This reply has been marked as private.
    #90888
    tsimarketing
    Member
    Post count: 267

    I forgot to mention this problem is under Pages -> Electronic Health Records -> Specialties section of the accordian.

    #90896
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please check now

    – Kyle

    #90912
    tsimarketing
    Member
    Post count: 267

    Yes, that looks great! Thanks.

    #90922
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! no problem

    – Kyle

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.