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
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
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!
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.
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!