• Hello,
    On desktop view footer 1 in aligned left.
    How to align it to be centered?
    The other footers (2 and 3) are ok – how?
    If possible solution without additional css.
    Thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @rafailidis,

    Upon inspection, the issue was from your current width of SiteOrigin Features. If you can access its width setting, try to set it to 100% (currently 33.333%).

    If you can’t access the width setting, try adding this CSS code to Additional CSS.

    .footer-widgets .sidebar-column:nth-of-type(1) .sow-features-feature {
      width: 100% !important;
    }
    
    Thread Starter rafailidis

    (@rafailidis)

    Ok…how to access Siteorigin features to customize footer’s issues?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer 1 left alignment on desktop view’ is closed to new replies.