Opened 6 years ago
Closed 6 years ago
#50772 closed defect (bug) (invalid)
I added a scrolling text in header.php, i successfully added it but i dont know how to make the text compatible to mobile screen.
| Reported by: | sai1503 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Here i attached the php code that i added. kindly suggest me the changes that i need to make in code so that the scroll text will adjust to screen size.
<?php <marquee behaviour="scroll" direction="left" SCROLLDELAY=0 SCROLLAMOUNT=10 WIDTH=1380 HEIGHT=40 span style="color:#ff3b3b"> <h2>Due to rapid hike in COVID-19 cases, we are pausing our services for your safety. Sorry for the incovenience and we hope for resuming our services soon..! </h2></marquee>
Attachments (1)
Change History (2)
#1
@
6 years ago
- Milestone Awaiting Review
- Resolution → invalid
- Status new → closed
Hi there, welcome to WordPress Trac! Thanks for the ticket.
Please note that this Trac is used for enhancements and bug reporting for the WordPress core software, not for individual support questions.
Please try the support forums to get help with your site: https://wordpress.org/support/forums/.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
this is the mobile view of my website. Because of scroll text it got zoomed.