A
A
Alpha122018-03-30 17:07:07
css
Alpha12, 2018-03-30 17:07:07

How can I make it up and put it on WordPress?

Hello, there is a website on Drupal here modular-house.by/proekts I need to type the same thing and put it on WordPress, but I have never done such a layout, then I can do it, but here's how to let's output so that they have different widths , these blocks ? Help

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
leni_m, 2018-03-30
@leni_m

If the same, then go to the site, open the developer panel (usually F12) -> right-click on the tag <html>-> Copy -> Copy element -> then ctrl+v in your code editor -> the markup is ready. You can also take css and js styles from the developer panel, or go to their url and copy them.

I
Irina, 2018-03-30
@Taffy51

You can do it with additional fields.
Add an additional field for records, specify the width of the block in it, and display the value of this field in a loop.
You can set the width of the block directly in html. And you can make an additional field in the form of a drop-down list, where you need to select the block size from several options. Depending on the value of the field, set different classes for the block in a loop. And in css already for each class to prescribe the width.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question