How to put gap between Edit and Delete?

This topic contains 3 reply and 2 voices, and was last updated by Nayem 9 years, 2 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
January 29, 2015 at 8:47 am 35254
Nayem Look at this Dashboard area - http://prntscr.com/5ydwk4 The Edit and Dashboard is too close. How to make so the Edit and Delete to have some gap? Maybe Edit is on the left of the cell, and Delete is on the right of the Cell. Too close like this is too ugly.
January 29, 2015 at 1:26 pm 35269
Nayem Nayem

Hello Dj,

Please give me the URL of that page. Let me see what is going wrong there.

January 29, 2015 at 2:50 pm 35280
DJ DJ

You can refer your demo page as well. The demo page also show the Edit and Delete is too close

January 29, 2015 at 3:22 pm 35287
Nayem Nayem

Please use inspect element to find out the class name of Delete. Then open style.css file of your theme and find the class name you have inspected before. Now in the style.css file write those line from below-

[your class name]a:nth-child(2n){
	padding-left: 50%;
}

I have checked with tweentythirteen theme and it is working. I have written those line as –

.entry-content a:nth-child(2n){
	padding-left: 50%;
}

Please check and let me know.

Viewing 3 Posts - 1 through 3 (of 3 total)