Shopify themes, liquid, logos, and UX
Hello there!
I want to move the page displays in the mobile dropdown to be justified to the right. The reviews widget is hiding some of the page titles. I'm currently using the Stiletto theme.
Thank you! 🙂
Hi @MichaelACastro ,
To move the page titles in the mobile dropdown to be justified to the right in your Stiletto theme and avoid overlap with the reviews widget, follow these steps:
Identify the Correct CSS Class: Open your theme's live preview or inspect the dropdown menu using browser developer tools to find the class or ID associated with the page titles.
Edit the Theme's CSS:
Add the CSS Rule: Add the following CSS code to align the text to the right:
.mobile-dropdown-class-name {
text-align: right;
}
Replace .mobile-dropdown-class-name with the actual class or ID you identified in step 1.
Adjust Z-Index for the Reviews Widget (if necessary): If the reviews widget is still interfering, adjust its z-index .
.reviews-widget-class-name {
z-index: 1;
}
save and review.
Got it! If you found my suggestions helpful, please consider liking or marking it as a solution.
Your feedback is appreciated! If you have any more questions or need further assistance, just let me know.
Thanks & Regards
Akshay Bhatt
Hi Akshay! I am not familiar with classes or ID's. Can you break it down a little more? Thank you.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025