Skip to content

Commit

Permalink
Merge pull request #1504 from Saipradyumnagoud/main
Browse files Browse the repository at this point in the history
Made More link More Responsive
  • Loading branch information
arghadipmanna101 authored Aug 1, 2024
2 parents 3095c3a + bb5835b commit 5858c67
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,13 @@ <h4>Login</h4>
<li class="nav-item dropdown mr-5" style="margin-left: 50px;" id="moreLinksDropdown">
<a href="#"><i class="fas fa-ellipsis-v"></i></a>
<div class="dropdown-menu">
<a href="#"><i class="fa-regular fa-bell"></i> &nbsp; Notification Preferences</a>
<a href="#"><i class="fa-solid fa-headset"></i>&nbsp; 24 X 7 customer service</a>
<a href="#"><i class="fas fa-arrow-up"></i>&nbsp; Advertise</a>
<a href="#"><i class="fa-solid fa-download"></i> &nbsp; Download App</a>

<a href="https://www.flipkart.com/communication-preferences/push?t=all"><i class="fa-regular fa-bell"></i> &nbsp; Notification Preferences</a>
<a href="https://www.flipkart.com/helpcentre"><i class="fa-solid fa-headset"></i>&nbsp; 24 X 7 customer service</a>
<a href="https://advertising.flipkart.com/login?returl=/?otracker=ch_vn_advertise_header"><i class="fas fa-arrow-up"></i>&nbsp; Advertise</a>
<a href="https://www.flipkart.com/mobile-apps?otracker=ch_vn_mobile_apps"><i class="fa-solid fa-download"></i> &nbsp; Download App</a>


</div>
</li>
<style>
Expand Down Expand Up @@ -504,19 +507,7 @@ <h4>Login</h4>
</a> -->


<div class="dropdown-menu dropdown-menu-right" aria-labelledby="moreLinksDropdown"
style="left: auto; right: 0;">
<a class="dropdown-item" href="notifications/"><img width="20" height="20"
src="img/svg/notificationPreferences.svg" alt="appointment-reminders--v2"
style="margin-right: 5px;"> Notification Preferences</a>
<a class="dropdown-item" href="helpcentre/"><img width="20" height="20"
src="img/svg/helpcenter.svg" alt="imgcc" style="margin-right: 5px;"> 24x7 Customer
Care</a>
<a class="dropdown-item" href="https://advertising.flipkart.com/"><img width="20" height="20"
src="img/svg/advertise.svg" alt="Advertise" style="margin-right: 5px;"> Advertise</a>
<a class="dropdown-item" href="mobile-apps/"><img width="20" height="20"
src="img/svg/downloadApp.svg" alt="img3" style="margin-right: 5px;"> Download App</a>
</div>

</li>

</ul>
Expand Down

0 comments on commit 5858c67

Please sign in to comment.