• Resolved rankosua

    (@rankosua)


    Hey,

    your plugin is great. But on the post preview the secandary title is to large. How can I fix it?

    Thanks for your help.

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

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

    (@thaikolja)

    Do you have a screenshot?

    Thread Starter rankosua

    (@rankosua)

    Hey,

    I dont know how can I insert screenshots in this field.

    But you can see it on this page (https://wissenswelt.info/angst-vorm-leben/) – look at the sidebar.

    And on this page (https://wissenswelt.info/) the post widgets under the slider.

    Thanks for your help.

    Plugin Author thaikolja

    (@thaikolja)

    Give your <span> a class with the name “secondary-title”, like in this example:

    %title%: <span class="secondary-title" style="font-size:22px">%secondary_title%</span>

    And then, add the following to any your theme’s style.css:

    .gridlove-posts-widget .secondary-title {
       font-size: 14px !important;
    }

    Let me know if that worked for you (this now only applies to the sidebar but can be adjusted easily if this also happens to other areas).

    By the way, for uploading images, you can use imgur.com.

    Thread Starter rankosua

    (@rankosua)

    Hey it works great =) Thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font size too large on post preview’ is closed to new replies.