Sizing Buttons on Side Bar Text Widget

  • Unknown's avatar

    hello, need help with buttons on my sidebar text widget
    one button has the correct design- its looks like button, but the top button is missing the fill and border to look like a button. When I did the code to make the top button have filled color, the size became uneven with lower button

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there,

    It looks like you have the second button already coded in your custom CSS area. If you take that out (starts with .btn-sign-in) and replace it with the following code, it should work for both buttons:

    .btn-sign-in, .btn-join {
    	background: none;
    	display: block;
    	padding: 8px 16px;
    	border: 1px solid #ee382d;
    	margin: 0 10px 10px;
    	font-size: 14px;
    	line-height: 1;
    	color: #fff;
    	background: red;
    }

    Hope that helps!
    Sage

  • The topic ‘Sizing Buttons on Side Bar Text Widget’ is closed to new replies.