Okay
  Public Ticket #1186097
whote space like button portfolio
Closed

Comments

  •  4
    Henkiedeboom started the conversation

    Hi,


    I noticed that on mobile view of the side portfolio the like button is touching the portfolio images. see attachement. This is esthetically not very pleasing. How can I increase the white space between the like button and the first image? (and for all pages at once, preferably)


    Best, Rob

  • [deleted] replied

    Hi Rob,

    Can you please add the code below to your Custom CSS area:

    @media screen and (max-width: 991px) {
        .single-portfolio-holder .social-links-plain .likes {
            margin-bottom: 15px;
            display: inline-table;
        }    
    }
    
  •  4
    Henkiedeboom replied

    Hi,

    Which custum CSS area are you referring to?

    Best,



  • [deleted] replied

    Hi Rob,

    The Custom CSS area that you can find on the left menu of the Wordpress. Read more on this article Adding Custom CSS.

  •  4
    Henkiedeboom replied

    Worked! Thanx.

    Best

  •   [deleted] replied privately