Project:Site map
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Title:Cwnter the more linke» Center the more linke

#2

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;
}

#3

Status:fixed» closed (fixed)

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