There is an issue in commerce theme settings page. The page is not properly rendering. I have tested it on multiple site and also on my old installation it is not displaying properly. Please check the attached image. I have also updated to the latest dev version but no luck.

commerce theme settings issue

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

digitalexperts created an issue. See original summary.

fahadurrehman’s picture

I have applied the following margin which resolves one part of the issue.

div.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane fieldset legend {
margin: -20px 0 40px!important;
}

fahadurrehman’s picture

Instead of applying the above, just change inline-block to block

div.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane fieldset legend {
display: block;
}

lsolesen’s picture

Could you create a patch for shiny?

Gomesh’s picture

Assigned: Unassigned » Gomesh
Gomesh’s picture

Hi ,

I am also facing same issue in Commerce Kickstart 2.40 . I applied the below patch .

Gomesh’s picture

Assigned: Gomesh » Unassigned
Status: Active » Needs review
rszrama’s picture

Status: Needs review » Closed (outdated)

Commerce Kickstart 2.x is in minimal maintenance mode. Closing out all outdated tickets now to maintain focus on Commerce Kickstart 3.x.