Display a detial field in a certain postion

Hi, I want to display detail fields on a certain place on the page.
The detail is the only thing in a view.

I tried padding-left on the view

#view_262 {
padding-left: 150px !important;
}

It doesn’t work.

I want to move the percent, Sale Tax and PAckage total just below the Sub-total

Do you have other ideas to do that?

Thanks!

Would any of these work:

For my purpose it doesn’t work, because I want to align it with the table subtotal at the top of it

I see.

I write that in the css and it’s work

#view_262 {

width:300px !important;

margin-left: 28% !important;

}

1 Like