Hi,
I can see now what you want to achieve. Please edit the new class declaration as shown below:
.order-summary-content .order-details-table {
width: 100%;
text-align: left;
}
The line in bold is the newly added one.
Hope that helps!
Hi,
You should remove the //raminder start and //raminder end as it is not a valid css comment and this breaks the css declaration for the table width. The valid css comment is /* your text here */ You can use it that way.
Thanks!
Hi,
This should work. Have you added it in your ~/Themes/ShopAll/Content/style.css, because now when I open your site I cannot see the
.order-summary-content .order-details-table {
width: 100%;
}
declaration.
Please let us know how it goes!
Hi,
You should use the @Html.Action("WidgetsByZone", "Widget", new { widgetZone = "home_page_bottom" })
instead of
@Html.Widget("home_page_bottom")
Thanks!
Best Regards!
Hi rgujral,
Thank you for your feedback!
Please open your ~/Themes/ShopAll/Content/styles.css and add the following:
.order-summary-content .order-details-table {
width: 100%;
}
then press Ctrl + F5 to clear your browser's cache.
Hope that helps!
Hi Ryan, Chirag,
We have fixed a huge bottleneck in the Nop Mega Menu that should improve the performance of our products. Please download the packages again and replace the Nop Mega Menu plugin with the new one from the downloaded package.
Please let us know if there is improvement in the speed of loading!
Thanks!
Hi,
We will fix the issues with the forum in a day or so. After we are ready with the 3.0 release we will restyle all the forums in our themes to make them look nicer and more modern.
Thanks for the patience!