• Hi all, my website/page is: http://davemontemayor.com/aboutcontact/

    I’d like to change the margin for the social sharing icons between “About contact” and “About.”

    When I check out the element is says:
    element {
    top: 15%;
    }
    .shareaholic-share-buttons-container.round {
    background-color: inherit;
    background-image: none;
    }

    How to edit an element?

    Thanks in advance.
    Dave

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey Dave,

    In your css, find or add this class and adjust the values as needed:

    .shareaholic-canvas {
    margin: top value, right value, bottom value, left value;
    }

    Hope this helps.

    Thread Starter mdavidm_531

    (@mdavidm_531)

    Hi Will

    Thanks for that. How were you able to find the element? I inspected the element but I can’t see any .shareaholic-canvas … am I seeing this wrong?

    Thanks
    Dave

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to edit an element on wordpress? css?’ is closed to new replies.