[Resolved] Spacing increase query

Home Forums Support [Resolved] Spacing increase query

Home Forums Support Spacing increase query

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1404154
    demoxing

    I want to increase the space between the post-social share icons and the author box. How should I do it?
    I have highlighted the part I want to increase the spacing for in the image below for reference.

    reference: https://imgur.com/KacspWA

    #1404155
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to mobile only?

    #1404158
    demoxing

    Only mobile yes, desktop mode is alright.

    #1404162
    Leo
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        .groovice-social-wrapper {
            margin-bottom: 50px;
        }
    }
    #1404169
    demoxing

    It is not working

    #1404171
    Leo
    Staff
    Customer Support

    I’m not seeing my CSS being added.

    How are you adding it and are you using any caching plugins?

    #1404177
    demoxing

    Sorry, Leo, I mistakenly miss the second bracket “}” that’s why it’s not works previously, but now it is working perfectly. and I am using the default WordPress additional CSS section for my all CSS codes.

    thank you so much for FLASH like response xD

    #1404215
    Leo
    Staff
    Customer Support

    No problem 🙂

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