Hi;

I placed the syndicate block in the footer; but the more link is placed on the far right of the page; how can I get that centered?

Thanks

Comments

Fanaile’s picture

Title: Cwnter the more linke » Center the more linke
frjo’s picture

Status: Active » Fixed

Add the following CSS to your theme to center the more link of the site map block.

#block-site_map-0 .more-link {
  text-align: center;
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.