We're merging with GenerateBlocks! Learn more here.

[Resolved] Couple of questions…

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Couple of questions…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8826
    Eric
    Participant

    Hi,

    I just bought your Pro Version. Your plugin is very useful for what I am trying to do for my client. I have a couple of quick questions…

    I am doing some experimenting with the best way to display a list of quotations — here is an example page: http://onejourney.net/2019/vernon-howard-quotes/ — and was wondering if there are any ways to accomplish a few things via CSS code or some other means?:

    1) Is there any way to increase the size of the Social Media icons?

    2) Is there any way to increase the font size of the author of the quote, in the case of this example, increase the font size of “Vernon Howard”?

    3) Is there a way to increase the padding a little bit between the data and the outside edges of the “box” that contains each quote? I hope that makes sense. In other words, right now the words on the left-hand side of each post is exactly on the edge of the container, and also the right-hand side to a lesser extent.

    Thanks for your help,

    Eric

    #8842
    Tom
    Keymaster

    Hi there,

    1. Try this CSS:

    .wpsp-social-link, 
    .wpsp-social-link:visited, 
    .wpsp-li-button, 
    .wpsp-li-button:visited {
        font-size: 20px;
    }

    2. This should do it:

    .wp-show-posts-entry-meta {
        font-size: 19px;
    }

    3. You can use the padding option in the settings, you just need to include the unit (px etc..).

    Let me know if you need more info 🙂

    #8854
    Eric
    Participant

    Worked perfectly. Thanks,

    Eric

    #8857
    Tom
    Keymaster

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.