Home Forums Pro Themes Business Center Pro Pricing Section

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #85956
    Victoria Green
    Participant

    HiI’m trying to make my pricing section look like the demo but it’s not working. The price per month is not highlighted the same

    see link below

    greenluxdigital.com

    #86096
    Victoria Green
    Participant

    Hi just checking in on this question

    #86115
    wensolutions
    Keymaster

    Hello @vsgreen829,

    We would like to apologize for the delay in replying to you.

    To make the pricing section look similar to that of demo, you need to add the HTML code directly from the customizer.

    HTML code to add:

    <p><sup>$</sup>12<sub>/MO</sub></p>
                           <ul>
                             <li><strong>Full</strong> Access</li>
                             <li>Source Files</li>
                             <li><strong>100</strong> user accounts</li>
                             <li><strong>1</strong> Year License</li>
                             <li>Phone & email support</li>
                           </ul> 

    Screenshot:

    http://prntscr.com/lossk2

    Hope this helps.

    Regards!!

    #86437
    Victoria Green
    Participant

    How do your prevent the boxes from breaking like in the demo?

    #86446
    wensolutions
    Keymaster

    Hello @vsgreen829,

    When we inspected the URL we found that the pricing section looks similar to that of the demo.

    So can you please provide further information so that we can help you further?

    Thank you.

    Regards!!

    #86447
    Victoria Green
    Participant

    If you make the browser smaller the columns break. Look at the social media marketing coloumn.

    #86451
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Since we found your site and the demo look alike even when resizing the browser, can you please provide the screenshot marking the part that you want to fix and in what way?

    Thank you.

    Regards!!

    #86477
    Victoria Green
    Participant

    See link below

    https://ibb.co/8DD8bW9

    #86488
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media screen and (min-width: 992px) and (max-width: 1200px) {
    	.page-section > .container {
    		width: 100%;
    	}
    
    	.page-section .pricing-item > h4 {
    		font-size: 14px;
    	}	
    }

    Hope this helps.

    Regards!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.