How to center copyrights

ThemeBurn SupportForumsOpenCart ThemesBurnEngineHow to center copyrights

This topic has been marked as resolved.

Hi,

I need to align the copyrights to center of the page. how can i make this happen?

April 17, 2017 at 9:02 pm #58322

Hi,

Which is your theme? We will need the live website.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

April 24, 2017 at 2:07 am #58513

My theme is Kiddos for opencart

April 26, 2017 at 4:16 pm #58580

Hi,

You can use this extra CSS:

#bottom > .row {
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

April 30, 2017 at 2:48 am #58651

Thanks for the help :)

May 1, 2017 at 1:19 am #58676

Hello,

Can we use same codes for Technopolis theme?

#bottom > .row {
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

 burake
May 1, 2017 at 8:40 pm #58683

@burake

Technopolis has the copyright text already centered, but yes you could.

BR,
ThemeBurn team

May 1, 2017 at 11:29 pm #58687
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.