Hi Pankaj! https://dietapino.com/index.php/es/aves/104-carne-de-pollo/950-rollitos-de-pechuga-de-pollo-rellenos-con-rebozuelos I know the following codes to divide an article: <div class = "col-sm-6"> (50% and 50%) <div class = "col-sm-4"> (33.33%, 33.33%, and 33.33%) <div class = "col-sm-3"> (25%, 25% and 25%) and they work very well.
I need a code that covers the first part 25% and the second part 75% in an article. See attached example :
carlucci Hi You can use this code
<div class = "col-sm-8"> (75%) <div class = "col-sm-4"> (25%)
Please note the total must be 12 for the Bootstrap grid. and each column will be equally divided for size.
Ninja Thank you very much. Please close the thread.