• Resolved Nidalap

    (@nidalapphotography)


    The text of the plugin for style-1 on my webpage is very small. How can it be fixed? thank you!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author holithemes

    (@holithemes)

    Hello,

    Nice web page

    Please add this custom css code

    .ccw_plugin input {
      font-size: 24px !important;
    }
    
    .ccw_plugin label {
      font-size: 20px !important;
    }

    Have a Great Day,
    Thank you

    Thread Starter Nidalap

    (@nidalapphotography)

    Hello, thank you for the prompt response! It fixed the input text but the line under it becomes too close. The button label font size still not fixed though. What should I do?

    Thread Starter Nidalap

    (@nidalapphotography)

    I use below code from my inspection of the page along with your provided code. It fixed my problem. But please advise if there is potential flaw in the code. I am relatively new to css customization.

    .ccw_plugin input {
      font-size: 24px !important;
    }
    .ccw_plugin label {
      font-size: 20px !important;
    }
    .ccw_plugin .btn {
      font-size: 20px !important;
    }
    .ccw_plugin input:not([type]), .ccw_plugin input[type=text]:not(.browser-default), .ccw_plugin textarea.materialize-textarea {
    height: 4rem!important;
    }
    Plugin Author holithemes

    (@holithemes)

    Great,
    Your website looks good,

    The Style-1 matches very well to your theme, and the customization you did was fantastic

    just a small suggestion – extra content may be added, try to reduce
    “For more information, please write your question below then click “SEND” button. Your message will be sent directly to WhatsApp.”

    Have a Great Day,
    Thank you

    Thread Starter Nidalap

    (@nidalapphotography)

    And also this code to fix the size and position of the send icon relative to the button

    .ccw_plugin .btn i, .ccw_plugin .btn-large i, .ccw_plugin .btn-floating i, .ccw_plugin .btn-large i, .ccw_plugin .btn-flat i {
      font-size: 2rem;
      line-height: 2.1;
    }

    But then another problem arise. On my mobile phone, when I click on the input field of the plugin to write message, suddenly the picture tiles are positioned far away from the panel that I need to scroll a lot to get the first picture tile in view and also a lot scrolling to get to the bottom of the page.

    the problem doesn’t back to normal when I cancel to input my message afterward. I didn’t see this problem when emulated mobile view from the computer using chrome’s inspection tool.

    Plugin Author bhvreddy

    (@bhvreddy)

    I checked you website, its working fine only – on mobile also ..

    please clear the cache and try again

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Style-1 Font too Small’ is closed to new replies.