Responsive text - html

Lorentz

New member
May 7, 2022
25
0
1
Hello,

can somneone help me with a problem ? i have this LP, i attach the photos from mobile and desktop. I want to move the Title on the top of page but only of mobile version. It's this posible ? thx
 

Attachments

  • screencapture-conticazino-ro-ro-promotions-bonus-de-bun-venit-la-casino-4500-3-2022-09-02-12_2...png
    screencapture-conticazino-ro-ro-promotions-bonus-de-bun-venit-la-casino-4500-3-2022-09-02-12_2...png
    970.9 KB · Views: 12
  • screencapture-conticazino-ro-ro-promotions-bonus-de-bun-venit-la-casino-4111500-3-2022-09-02-1...png
    screencapture-conticazino-ro-ro-promotions-bonus-de-bun-venit-la-casino-4111500-3-2022-09-02-1...png
    321.8 KB · Views: 12
  • script-lp-welcome.txt
    12.8 KB · Views: 4

pandapublish

Member
Trusted Uploader
May 4, 2022
60
80
18
Albania
in line 196 replace the following code

.lp-title {
font-size: 40px;
margin-top: 0;
position: top center;
}


with this code

.lp-title {
font-size: 40px;
position: absolute;
top:40px;
}
 

Attachments

  • Screenshot_3.jpg
    Screenshot_3.jpg
    54.9 KB · Views: 6
  • Like
Reactions: Lorentz

Lorentz

New member
May 7, 2022
25
0
1
one more little help, please. how can I put these points in front of the sentences
 

Attachments

  • 1662115655688.png
    1662115655688.png
    12.3 KB · Views: 2
  • 1662115716705.png
    1662115716705.png
    54.9 KB · Views: 2

pandapublish

Member
Trusted Uploader
May 4, 2022
60
80
18
Albania
Paste this below div tag
<ul style="text-align:left">
<li>Verificarea contului Conti Cazino în doar 30 de sec. pentru a te bucura instant de sloturile favorite</li>
<li> 1.000+ de jocuri slot de la furnizori de top </li>
<li>Clienții noștri primesc Bonusuri în fiecare zi</li>
</ul>
 

Attachments

  • Screenshot_4.jpg
    Screenshot_4.jpg
    28.6 KB · Views: 5
  • Like
Reactions: Lorentz

Lorentz

New member
May 7, 2022
25
0
1
thx. it's work, but because the background in black, i can't see the bullet points. any chance to change the collor to white ?
 

pandapublish

Member
Trusted Uploader
May 4, 2022
60
80
18
Albania
u need this code

ul {
list-style: none;
}

ul li::before {
content: "\2022";
color: white;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
}
 

pandapublish

Member
Trusted Uploader
May 4, 2022
60
80
18
Albania
Paste this code in your css styles

.lp-kwds ul {
list-style: none;
}

.lp-kwds ul li::before {
content: "\2022";
color: white;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
}
 

Latest posts

Forum statistics

Threads
69,226
Messages
908,438
Members
237,025
Latest member
fadga2011gmail.com

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu