• Resolved Prabuddh

    (@prabuddh09)


    Hi, I changed the font size but it is only showing only on the desktop view, not on mobile… I tried after clearing the cache but it didn’t change.

    Pls tell me how I change the setup on the mobile view

    • This topic was modified 3 years, 10 months ago by Prabuddh.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support mgordon7

    (@mgordon7)

    Hello,

    The mobile screen’s appearance could include a static style. We recommend you check whether you have included third-party plugins that could control mobile screen appearances on the site or not. If our QA department will find the issue on the Cost Calculator, the case will be resolved in the future updates of the plugin

    Cheers

    Thread Starter Prabuddh

    (@prabuddh09)

    No third party controls mobile screen appearance, please check it from your side.
    Thank You.

    Plugin Support mgordon7

    (@mgordon7)

    Hi,

    Thank you for the feedback, we will send the case to our QA department

    Cheers

    Thread Starter Prabuddh

    (@prabuddh09)

    Any update on this?
    For now, can you provide the CSS so that I can increase the font size on the mobile view

    Plugin Support EricStylemixThemes

    (@ericstylemixthemes)

    Hello @prabuddh09,

    Can you please provide the link for the page with a calculator to provide custom CSS rules for mobile view?

    kind regards

    Thread Starter Prabuddh

    (@prabuddh09)

    Sure, here it is :https://digipulp.tech/pricing/

    Hi,

    You can try to use the custom CSS like below under the appearance -> customize -> CSS section to manage the text values for mobile screens with custom CSS:

    @media (max-width: 500px) {.elementor-widget-shortcode .elementor-widget-container .elementor-shortcode .calculator-settings .calc-container .calc-fields .calc-item-title h4 { font-size: 25px !important; } }

    @media (max-width: 500px) {.calculator-settings .calc-container .calc-fields .calc-item div div label span { font-size: 12px !important; } }

    @media (max-width: 500px) {.elementor-widget-shortcode .elementor-widget-container .elementor-shortcode .calculator-settings .calc-container .calc-subtotal .calc-item h4 { font-size: 25px !important; }}

    @media (max-width: 500px) {.elementor-widget-shortcode .elementor-widget-container .elementor-shortcode .calculator-settings .calc-container .calc-subtotal .calc-subtotal-list .total .sub-item-title { font-size: 18px !important; }}

    @media (max-width: 500px) {.elementor-widget-shortcode .elementor-widget-container .elementor-shortcode .calculator-settings .calc-container .calc-subtotal .calc-subtotal-list div .sub-item-value { font-size: 15px !important; }}

    All the best!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Change not reflecting on mobile view’ is closed to new replies.