Hello:
I want to modify the back of the Cards to be able to show more information about a service / product. For this I would like to implement part of the layout of block-content-pricing-1.html.
How do I get the style of the texts? See red boxes of attached images.
The price is displayed fine in the desktop view, but in the mobile view it moves from its place. How do I make it always be in the position of the desktop view? See green box of attached images.
` <div class="flip-card-back bg-ultra no-after">
<div class="flip-card-inner">
<div class="d-flex mt-4">
<div>
<p class="text-white">- 40 Fotografías.</p>
<p class="text-white">- 10 Fotografías 360.</p>
<p class="text-white">- 3 Videos.</p>
</div>
<div class="ms-sm-auto">
<p class="text-white" style="font-size: 2.5rem">S/.49.00</p>
</div>
</div>
<label id="SPANxBRSRangoDiasCaption" class="dxbs-edit-caption col-form-label"><%= GetLocalResourceObject("SPANxBRSRangoDiasCaption") %></label>
<div style="margin-bottom: -70px">
<dx:BootstrapRangeSelector EnableViewState="False" ID="BTSxBRSRangoDias" runat="server" SelectionStart="0" SelectionEnd="30" Width="100%">
<SettingsScale MinorTickCssClass="CPTBootstrapRangeSelectorMinorTick" Label-CssClass="CPTBootstrapRangeSelectorLabel" TickCssClass="CPTBootstrapRangeSelectorTick" MinorTickInterval="30" StartValue="0" EndValue="360" TickInterval="30" Type="Continuous" ValueType="System.Decimal" />
<SettingsSliderMarker TextCssClass="CPTBootstrapRangeSelectorText" PolygonCssClass="CPTBootstrapRangeSelectorPolygon" />
</dx:BootstrapRangeSelector>
</div>
<span id="SPANxBRSRangoPrecioHelpText" class="form-text text-muted BRSHelpText" runat="server"><%= GetLocalResourceObject("SPANxBRSRangoPrecioHelpText") %></span>
<div style="text-align: center">
<button type="button" class="btn btn-outline-light mt-2">View Details</button>
<dx:BootstrapButton ID="BootstrapButton1" runat="server" AutoPostBack="false" Text="Contratar">
<CssClasses Control="CPTBootstrapButton" Text="CPTBootstrapButtonText" />
</dx:BootstrapButton>
</div>
</div>
</div>
