I need my social media icons to be above the footer menu items on the left and be aligned to the left as well. I’m using the wonder theme. Any suggestions on how I can fix that using the code? step by step?
Topic summary
A Shopify store owner using the Wonder theme needs to reposition social media icons in their footer—specifically moving them to the top-left and left-aligning them, above the footer menu items.
Current Situation:
- An image shows the icons are currently positioned differently than desired
- The user has shared their footer code seeking a modified version
- Theme settings don’t provide the needed customization options
Responses Received:
- One user requested the store URL to provide specific assistance
- Another suggested checking theme settings for social media options (which the original poster confirmed aren’t available)
- The user is specifically seeking step-by-step code modifications to achieve the desired layout
Status: The issue remains unresolved, with the user awaiting code-based solutions since theme settings don’t offer the required flexibility.
Hi @visitor1231
Please feel free to share your store URL here, or you can PM me if you prefer not to share it publicly. Thanks!
You will navigate to the theme setting you will find social media options you will be able to move it there
I’m having a hard time making that change. This is my code, can you give me an updated code with the social media icons in the right place with the right alignment?
.footer-section { --section-gap-top: 0px; /* Adjust this if needed */ --section-gap-bottom: 0px; /* Adjust this if needed */ --big-logo-width: 100%; /* Adjust this if needed */ }-
{% for link in block.settings.links.links %}
- {{ link.title }} {% endfor %}
-
{% for link in block.settings.links.links %}
- {{ link.title }} {% endfor %}
{% form ‘customer’, class: ‘newsletter-form wt-newsletter__form wt-footer__additional__form’ %}
{% if form.errors %}
{% for error in form.errors %}
{% render ‘icon-error’ %}
{% if error == ‘form’ %}
{{ form.errors.messages[error] }}
{% else %}
{{ form.errors.translated_fields[error] }} - {{ form.errors.messages[error] }}
{% endif %}
{% endfor %}
{% endif %}
{% if form.posted_successfully? %}
{{ 'newsletter.success' | t }}
{{ 'localization.language_label' | t }}
{% render 'icon-caret' %}{% if section.settings[‘show-social-media-icons’] %}
{% if section.settings[‘show-payments-icons’] %}
-
{% for type in shop.enabled_payment_types %}
- {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }} {% endfor %}
{% if section.settings[‘show-copyright’] %}
{{ section.settings.text }}
{% endif %}{% if section.settings[‘big-logo’] %}
I don’t have the option in my store unfortunately. Do you know what code I could use to move them over and move them to the top of my footer?
