Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Simple Share

    (@davidoffneal)

    Hi!

    Thanks for the compliment, glad you like it!

    I’ve found the problem for you. Your theme is adding a CSS attribute forcing them into that position. If you enter all of the following code into the Custom CSS option in your admin panel, it should resolve the problem.

    #ssba img
    {
    	width: 35px !important;
    	padding: 6px;
    	border:  0;
    	box-shadow: none !important;
    	display: inline;
    	vertical-align: middle;
    	position: inherit;
    }
    #ssba, #ssba a
    {
    	background: none;
    	font-family: Indie Flower;
    	font-size: 	20px;
    }

    Note that the options available will be overwritten when using custom CSS. If you’d like me to edit the file especially so that you can still tweak the colours and padding etc using the more user-friendly options please provide login details to [email protected]

    Any problems just let me know ??

    Thread Starter valuser

    (@valuser)

    Brilliant. Many, many thanks.

    Plugin Author Simple Share

    (@davidoffneal)

    You’re welcome! Happy to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slight CSS ? Problem with one theme’ is closed to new replies.