Calin help me ^^

Posted in: Newsmag
Post count: 23

Now is the finish.

I am very curious about the following: Must be implemented..

FYI don’t know CSS..

Calin~! ^^

Help me..

There is no write ‘format’ menu..

*Two question description URLs

↓↓↓↓↓↓↓↓

PC screen..
http://carloansinfor.com/wp-content/uploads/2019/11/PC-screen.jpg

Mobile screen
http://carloansinfor.com/wp-content/uploads/2019/11/Mobile-screen.jpg

Post count: 35449

Hi,

What you need is possible to can be achieve using custom css, please provide me a link to website where I can inspect this page/post.

Thank you!

Post count: 23

hi~ Calin ^^
The address is below.
https://moneymakinginfor.com/top-robotic-vacuum/

Marked as a table

***Question description image
http://carloansinfor.com/wp-content/uploads/2019/11/del.jpg

Post count: 35449

Hi,

You can try this custom css that will apply only on this page -> http://prntscr.com/pvudn9
.post-3148 table td{
width: 100%!important;
float: left;
text-align: center
}

The code need to be set in Theme panel> Mobile theme> Custom code> css -> http://prntscr.com/pvuesf

Hope this will help you!
Thank you!

Post count: 23

Calin .. ^____^;;
Thank you for the first answer.

It should be a div, not a table.

The table is just a sample.

I can’t make this form with a div.

So I explained in a table.

I’m sorry for the misunderstanding again.

What I’m trying to do is a div, described below.

http://carloansinfor.com/wp-content/uploads/2019/11/PC-screen.jpg
http://carloansinfor.com/wp-content/uploads/2019/11/Mobile-screen.jpg

Each form should contain this format.
I want to create individual divs using css.
please.

  • This reply was modified 6 years by moneymake.
Post count: 23

All I can do is this.

<div style=”width: 50%; float: left;”>77777
</div>
<div style=”width: 50%; float: right;”>77777
</div>

Post count: 35449

Hi,

So first you need to remove the text between the div elements -> http://prntscr.com/pwbyq6 after that will be more easy if you set some class on these div and set the css on these class not inline http://prntscr.com/pwc4tu -> http://prntscr.com/pwc2qx
this code need to be set in theme panel
.td-post-content p{
clear: both;
}
.divR, .divL{
width: 45%;
margin: 6px auto;
}
.divL{
border:1px solid red;
float: left
}
.divR{
border:1px solid green;
float: right;
}

and this code need to be set in Theme panel> Mobile theme> Custom code> css
.divR, .divL{
width: 100%;
margin: 6px auto;
}

do not forget to set the classes on div elements.

Thank you!

Post count: 23

So cool

It helped a lot.

Have a nice day Calin ^^

Thank you very much.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.