All things Shopify and commerce
Hi everyone, i have added a wishlist page using groplus wishlist app. but my wishlist page is taking the position from top of the scree which i want to allign properly below the header. can anyone please help me to resolve this issue. I am sharing the preview link of my store. https://0a7lebzzncxav0ib-67593830638.shopifypreview.com
looking forward to the solution
thank you
Hi @momsabhiruchi ,
It looks like the GroPlus Wishlist app's wishlist page isn't aligning correctly below the header. This is likely due to a CSS issue. Try the following steps:
1. Find the Wishlist Page Selector
Open your Shopify Admin Panel.
Go to Online Store > Themes.
Click Customize on your active theme.
Under Theme Actions, click Edit Code.
2. Modify CSS to Adjust Positioning
Find your theme's CSS file (usually in Assets/theme.css or Assets/theme.scss.liquid).
Add the following CSS at the end of the file:
.groplus-wishlist-page {
margin-top: 100px; /* Adjust this value as needed */
}
If the class name isn't correct, inspect the element using your browser’s Developer Tools (F12 or Right-click > Inspect) to find the correct class.
3. Check If JavaScript is Controlling Position
If the above CSS doesn’t work, the GroPlus Wishlist app might be dynamically setting the position.
Try adding this CSS:
.groplus-wishlist-page {
position: relative !important;
top: auto !important;
margin-top: 100px !important;
}
4. Save & Preview
Hope these steps solve the issue. Let me know if you need more help.
Regards,
Dotsquares Ltd
Problem Solved? ✔ Accept and Like solution to help future merchants.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey 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, 2025