Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WP Darko

    (@spwebguy)

    Hi Martin,

    This could be achieved by adding some CSS in your theme’s style.css file. Try adding the following snippet at the end of the file:

    .rpt_4_plans .rpt_plan .rpt_title {font-size: 26px;text-align: center;}
    .rpt_style_basic .rpt_plan .rpt_title img {position: absolute;right: 3px;}

    Let me know how it goes.

    Next update of the Responsive Pricing Table plugin should fix this (not ready yet).

    Plugin Author WP Darko

    (@spwebguy)

    Hi Martin,

    The previous snippet may not work, try this one instead:

    .rpt_4_plans .rpt_plan .rpt_title {font-size: 26px !important;text-align: center !important;}
    .rpt_style_basic .rpt_plan .rpt_title img {position: absolute !important;right: 3px !important;}

    This is temporary and will be better implemented in the next update.

    Thread Starter Martin cheapvm

    (@makn7m)

    Thanks that worked.
    Please do let me know when will there be the update available.

    Also when I update the plugin, do I need to remove the code which you provided?

    Plugin Author WP Darko

    (@spwebguy)

    Hi Martin,

    I don’t know yet when (and if) the new update will be (and if it will fix this). I will let you know as soon as we find the time to do it.

    If the next release fixes your problems you won’t have to do anything as the new version overrides the previous one.

    If the next release doesn’t fix your problems then you’ll have to copy-paste it again.

    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Title Font Size’ is closed to new replies.