Pipeline - add space between footer links

Hi there,

On the pipeline 2.0 theme, I need some space between the T&Cs and the powered by link in the subfooter.

what is the best way to go about this? Thanks!

Screenshot 2023-12-08 at 14.08.46.png


         © {{ shop.name | link_to: routes.root_url }} {{ 'now' | date: "%Y" }} 

        {% for link in linklists[section.settings.footer_secondary_linklist].links %}
          {{ link.title }}
        {% endfor %}

        
        {%- assign powered_by_link_html = powered_by_link -%}
        {%- if powered_by_link_html contains 'rel="' -%}
          {%- assign powered_link_rel_text = powered_by_link_html | split: 'rel="' -%}
          {%- assign powered_link_rel_text = powered_link_rel_text[1] | split: '"' | first -%}
          {%- assign powered_link_rel = 'rel="' | append: powered_link_rel_text | append: '"' -%}
          {%- assign powered_by_link_html = powered_by_link_html | replace_first: powered_link_rel, '' -%}
        {%- endif -%}
        {%- if powered_by_link_html contains '
         [Powered by Rockaway Digital](https://rockawaydigital.com/pages/shopify-marketing-experts)
        

      

@INFRA - add this css to the very end of your theme.css file and check

.subfooter__copyright{margin-right: 10px !important;}
1 Like

Hi @INFRA ,

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka