Viewing 5 replies - 1 through 5 (of 5 total)
  • WPShout

    (@codeinwp)

    Hi,

    You could try to install https://wordpress.org/plugins/simple-custom-css/ and add this:

    .skills .skill {
      clear:none !important;
      width: 25% !important;
      float: left !important;
      padding: 0 2% !important;
    }
    
    .about-us .col-lg-4 {
     width: 100% !important;
    }

    Let me know if it helps.

    Rodica

    Thread Starter crimson31

    (@crimson31)

    codeinwp thanks i dont know if i need to link you but how do i do it with other sections?

    like hosting

    http://www.crimson96.nl/

    WPShout

    (@codeinwp)

    hi,

    You need to add:

    div#rpt_pricr {
      float: left;
      width: 25%;
      padding: 0 2% !important;
    }
    

    and remove those pieces of code:

    <div style="clear:both;"></div>

    that is added by the widget you used to add that text.

    Regards,
    Rodica

    Thread Starter crimson31

    (@crimson31)

    sorry im not good with codes i know where to place

    div#rpt_pricr {
    float: left;
    width: 25%;
    padding: 0 2% !important;
    }

    this but how to remove this
    i dontknow where it stands

    <div style=”clear:both;”></div>

    sorry for bad english
    could je tell me ?

    WPShout

    (@codeinwp)

    Hi,

    From what I can see, all that code for packages is added through a Text widget in the Packages section, so you would have to remove that code from the Text widget.
    Let me know if you understand.

    Regards,
    Rodica

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘about us section’ is closed to new replies.