Support » Theme: Portfolio Lite » Bottom credits not centered

  • Why are the credits at the bottom of the theme a) so left aligned as to be comically out of sync with the rest of the design and b) not editable? Please help me at least center them – better still align them with the left hand menu.

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

Viewing 1 replies (of 1 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hi @dojomouse,

    You could just hide the footer by adding the following style:

    .footer-information {
      display: none;
    }

    Or, you could center the footer information by adding the following styles:

    .footer-information {
      text-align: center;
    }
    .footer-information .align-left {
      float: none;
    }

    The footer credits are left aligned to leave room for a social menu menu on the bottom right if desired. The social media menu can be created under Appearance > Menus.

    Thanks!

    David

Viewing 1 replies (of 1 total)
  • The topic ‘Bottom credits not centered’ is closed to new replies.