• Resolved mustaf99

    (@mustaf99)


    hi
    on the dokan dashboard the sales chart on the right there was a problem where the sales chart and the the table on top the the seals chart (Sales total and Number of orders)

    was standing on the way of the sales chart soo it took it to change it’s place with css

    but affter a while i mange to change the position with these codes

    .chart-placeholder {
    	top:100px;
    	left:-2px
    }
    .sells-graph{
    	height:500px;
    }
    table .legend, table 
    {top:-91px!important; left: -8px!important;}

    but there’s one div i couldnt get out of the way witch it has the

    opacity of 0.85

    i couldn’t get it to go up the (Sales total and Number of orders) table on top the sales chart

    is there way to do it with out going for the source code

    you may need to login before getting accesses this page
    login url

    thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to remove the first child of the legend element’ is closed to new replies.