Jump to content

Cpanel Order Padding


MemoryX2

Recommended Posts

I have a padding issue. I know how, and have fixed it but i thought it should be reported.

 

The options for domain, and password are too far over on the left. See screenshot  (and yes I did a ton of cropping to get it into the 31.53k size)

 

 

 

 

This line in order css is what I think is causing it.

.order .inner .pad.content ul.no_border li {border: none; margin-bottom: 11px; padding: 0px;}

I can change it to:

.order .inner .pad.content ul.no_border li {border: none; margin-bottom: 11px; padding: 0px; padding-left: 12px;}

And it fixes it.

 

 

 

 

 

Link to comment
Share on other sites

Did you make any modifications to the markup/css prior to your fix? It seems to act as if it's not contained within

<section class="pad content">
   ...
</section>
I'm not able to duplicate in Chrome.

I did modify my structure.pdt before but that it the only modification and is also probably the problem.

I will do some checking but this doesn't appear to be a bug since you guys are not having issues.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...