- Posts: 6868
- Thank you received: 727
Mobile Phone View
-
milos
Support Staff -
- Moderator
-
Less
More
2 days 14 hours ago #51984
by milos
Replied by milos on topic Mobile Phone View
Hello,
You put each link in a new paragraph. Try this HTML instead:
If you want to make them centered, change "left" to "center" at the top of the code.
Regards,
Milos
You put each link in a new paragraph. Try this HTML instead:
Code:
<p style="text-align: left;">
<span style="color: #ffffff; font-size: 30px;">
<i class="fa-solid fa-house-user" style="margin-right:20px">
</i><a style="color: #ffffff;" title="## Text Here! ##" href="#">
Home</a></span>
<span style="color: #ffffff; font-size: 30px;">
<i class="fa-solid fa-virus-covid" style="margin-right:20px">
</i><a style="color: #ffffff;" title="## Text Here! ##" href="#">
Home</a></span>
<span style="color: #ffffff; font-size: 30px;">
<i class="fa-solid fa-tornado" style="margin-right:20px">
</i><a style="color: #ffffff;" title="## Text Here! ##" href="#">
Home</a></span>
<span style="color: #ffffff; font-size: 30px;">
<i class="fa-solid fa-layer-group" style="margin-right:20px">
</i><a style="color: #ffffff;" title="## Text Here! ##" href="#">
Home</a></span>
<span style="color: #ffffff; font-size: 30px;">
<i class="fa-solid fa-envelope-circle-check" style="margin-right:20px">
</i><a style="color: #ffffff;" title="## Text Here! ##" href="#">
Home</a></span></p>
If you want to make them centered, change "left" to "center" at the top of the code.
Regards,
Milos
Please Log in to join the conversation.
-
ijohnparton
Active member -
Topic Author
- Member
-
Less
More
- Posts: 91
- Thank you received: 0
2 days 2 hours ago - 2 days 2 hours ago #51985
by ijohnparton
Replied by ijohnparton on topic Mobile Phone View
Hi Milos
Thanks for the code but i need them under one another.
Home
Home
Home
Home
With the Icons on the Left had side but all in a line
Thanks
Thanks for the code but i need them under one another.
Home
Home
Home
Home
With the Icons on the Left had side but all in a line

Thanks
Last edit: 2 days 2 hours ago by ijohnparton.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6868
- Thank you received: 727
1 day 12 hours ago #51986
by milos
Replied by milos on topic Mobile Phone View
Hello,
Then restore the old HTML code; they were already under one another.
I don't understand what you are trying to achieve. What this message means "i can not get them level can you help me please."
Regards,
Milos
Then restore the old HTML code; they were already under one another.
I don't understand what you are trying to achieve. What this message means "i can not get them level can you help me please."
Regards,
Milos
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6868
- Thank you received: 727
1 day 12 hours ago #51987
by milos
Replied by milos on topic Mobile Phone View
Maybe you wanted to align the icons properly? Then just restore your old HTML code and add width to the icons, like this:
Regards,
Milos
Code:
<p style="text-align: left;">
<span style="color: #ffffff; font-size: 30px;">
<i class="fa-solid fa-house-user" style="margin-right:20px; width:40px">
</i><a style="color: #ffffff;" title="## Text Here! ##" href="#">
Home</a></span></p><p>
<span style="color: #ffffff; font-size: 30px;">
<i class="fa-solid fa-virus-covid" style="margin-right:20px; width:40px">
</i><a style="color: #ffffff;" title="## Text Here! ##" href="#">
Home</a></span></p><p>
<span style="color: #ffffff; font-size: 30px;">
<i class="fa-solid fa-tornado" style="margin-right:20px; width:40px">
</i><a style="color: #ffffff;" title="## Text Here! ##" href="#">
Home</a></span></p><p>
<span style="color: #ffffff; font-size: 30px;">
<i class="fa-solid fa-layer-group" style="margin-right:20px; width:40px">
</i><a style="color: #ffffff;" title="## Text Here! ##" href="#">
Home</a></span></p><p>
<span style="color: #ffffff; font-size: 30px;">
<i class="fa-solid fa-envelope-circle-check" style="margin-right:20px; width:40px">
</i><a style="color: #ffffff;" title="## Text Here! ##" href="#">
Home</a></span></p>
Regards,
Milos
Please Log in to join the conversation.
-
ijohnparton
Active member -
Topic Author
- Member
-
Less
More
- Posts: 91
- Thank you received: 0
17 hours 25 minutes ago #51989
by ijohnparton
Replied by ijohnparton on topic Mobile Phone View
Hi Milos
Thanks, that works exactly as I won’t it to look, yet again you are the man!!!!!!
Thanks
Thanks, that works exactly as I won’t it to look, yet again you are the man!!!!!!
Thanks
Please Log in to join the conversation.
Time to create page: 0.150 seconds