Pricing table not working with larger amounts

Home Forums Jevelin Theme Pricing table not working with larger amounts

Home Forums Jevelin Theme Pricing table not working with larger amounts

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    RESOLVED Posts
  • anojd
    Participant

    Hi,

    I have a problem with the pricing table I used on my starting page. When I enter a number more than 3 digits it starts looking strange. See attached files. How do I fix that? I tried making the numbers smaller with yellow pencil, but that dit not change anything…

     

    http://proa.digitrooper.se/

    Attachments:
    You must be logged in to view attached files.

    Hi @anojd,

     

    I hope you are well today and thank you for your question.

     

    Could you please reproduce the issue on your shared site so that I can help you to resolve it?

     

    Best regards,
    Shufflehound team

    anojd
    Participant

    Hi,

     

    You can see it on our site here: http://proa.digitrooper.se/

    The first number goes on top of the dot when i try to write 5.900. If i write 5900 the last zero goes weird. Just like in the screenshots.

    Anna

     

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-pricing-price .sh-pricing-currency {
        position: static !important;
        font-size: 44px;
        font-weight: bold;
        margin-left: 0;
    }

    anojd
    Participant

    Hi,

    Still looks the same even though I tried doing just that.

    Anna

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Please try changing the shared CSS code as following.

     

    .sh-pricing-price .sh-pricing-currency {
        position: static !important;
        font-size: 44px !important;
        font-weight: bold !important;
        margin-left: 0 !important;
    }

    anojd
    Participant

    Thanks,

    Now it looks good 🙂

    Anna

    You are most welcome here 🙂

    anojd
    Participant

    Hi,

    Still having issues with pricing table. See attached picture. How do I change the css so that the text looks decent?

    Kind regards,

    Anna

     

    Attachments:
    You must be logged in to view attached files.

    Your shared website is not accessible and asking for the password so could you please share it privately by adding it in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?

    anojd
    Participant

    Hi,

    sorry. See the password below. I am also getting an error message every time i try to save an update.

    And the wordfence plugin is complaining about damaged wp-files. Should I re-install the theme to fix that?

    Attachments:
    You must be logged in to view attached files.

    Still having issues with pricing table. See attached picture. How do I change the css so that the text looks decent?

    Please use the custom CSS code below to resolve it.

     

    #page-container .sh-pricing-price {
        margin-top: 0;
    }

     

    I am also getting an error message every time i try to save an update.

    And the wordfence plugin is complaining about damaged wp-files. Should I re-install the theme to fix that?

    It seems from your shared screenshot that it is not related to the theme but your WordPress installation so please try reinstalling the WordPress.

    anojd
    Participant

    Hi,

    I’m still having issues with the pricing table using swedish crowns, since they require larger amounts than dollars or euro.

    How can I get all the numbers to be the same size?

    Thanks for helping out.

    Attachments:
    You must be logged in to view attached files.

    anojd
    Participant

    Hi again,

    I also can’t seem to change the layout of the button from rounded to squared. I tried changing the border but it doesn’t solve the issue.

     

     

    Attachments:
    You must be logged in to view attached files.

    I’m still having issues with the pricing table using swedish crowns, since they require larger amounts than dollars or euro.

    How can I get all the numbers to be the same size?

    I visited your shared website but it seems you are not using the Jevelin theme on it so could you please tell me where it is displaying so that I can help you?

     

    I also can’t seem to change the layout of the button from rounded to squared. I tried changing the border but it doesn’t solve the issue.

    To help us keep support thread separates could you please create a new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add a reference to this thread in your newly created thread.

     

    We would be more than happy to help you with your new thread.

    anojd
    Participant

    http://temp.proactivemedicine.se/

    I had to move the website and reeinstall the theme on another adress.

    Is the website adress. Both issues are regarding the built in pricing table. Should they still be different tickets?

    Kind regards,

    Anna Nöjd

    I’m still having issues with the pricing table using swedish crowns, since they require larger amounts than dollars or euro.

    How can I get all the numbers to be the same size?

    If you have changed the font size of pricing text then you have to also change it in the above shared CSS code as displayed below.

    .sh-pricing-price .sh-pricing-currency {
        position: static !important;
        font-size: 60px !important;
        font-weight: bold !important;
        margin-left: 0 !important;
    }

     

    I also can’t seem to change the layout of the button from rounded to squared. I tried changing the border but it doesn’t solve the issue.

    Please use below custom CSS code to achieve it.

    #page-container a.sh-pricing-button.sh-pricing-button-style2 {
        border-radius: 0;
    }
Viewing 17 posts - 1 through 17 (of 17 total)