Advertisement:

Author Topic: Clear Sky  (Read 19958 times)

Offline Oldcrow

  • Jr. Member
  • **
  • Posts: 119
  • Gender: Male
  • 'Nut case'
    • Athritis Help Forums
Re: Clear Sky
« Reply #60 on: March 29, 2012, 11:38:59 AM »
I am having a problem moving the copyright material to the center. See attachment..

Could use some help with this..

Thanks
Ron..


Offline BaghdadGhost

  • Jr. Member
  • **
  • Posts: 387
  • Gender: Male
Re: Clear Sky
« Reply #61 on: March 29, 2012, 03:26:41 PM »
I am having a problem moving the copyright material to the center. See attachment..

Could use some help with this..

Thanks
Ron..

Hi Roy,

go to /Themes/ClearSky_SMF2-Final/css and open index.css


find

Code: [Select]
.inn_footer
{
position: absolute;
top: 60px;
left: 5px;
text-align: left;

change left: 5px; to what ever number fit your view


Ali

Offline Oldcrow

  • Jr. Member
  • **
  • Posts: 119
  • Gender: Male
  • 'Nut case'
    • Athritis Help Forums
Re: Clear Sky
« Reply #62 on: March 29, 2012, 03:49:59 PM »
Thanks, I want to locate all that section to the center, the type is large enough..

Offline Oldcrow

  • Jr. Member
  • **
  • Posts: 119
  • Gender: Male
  • 'Nut case'
    • Athritis Help Forums
Re: Clear Sky
« Reply #63 on: April 02, 2012, 09:42:25 PM »
I am having a problem moving the copyright material to the center. See attachment..

Could use some help with this..

Thanks
Ron..

Hi Roy,

go to /Themes/ClearSky_SMF2-Final/css and open index.css


find

Code: [Select]
.inn_footer
{
   position: absolute;
   top: 60px;
   left: 5px;
   text-align: left;

change left: 5px; to what ever number fit your view


Ali

Ali thanks for the help. This did work, changed to center. All set now..

Offline BaghdadGhost

  • Jr. Member
  • **
  • Posts: 387
  • Gender: Male
Re: Clear Sky
« Reply #64 on: April 02, 2012, 09:44:08 PM »
I am sorry did not get beck to you.

if you dont mind explain the changes to make it center if in the future someone will need it


glad that it worked  :)

Offline Oldcrow

  • Jr. Member
  • **
  • Posts: 119
  • Gender: Male
  • 'Nut case'
    • Athritis Help Forums
Re: Clear Sky
« Reply #65 on: April 02, 2012, 09:50:51 PM »
I am sorry did not get beck to you.

if you dont mind explain the changes to make it center if in the future someone will need it


glad that it worked  :)

Here is how to "Center the Copyright in Clear Sky"

In the folder Clear Sky__SMF2Final/css you'll find index.css

Open this with a plain text editor and find line 1588. You'll find the following (or similar) code there:
 
.inn_footer
{
    position: relative; {this may read absolute]
    top: 60px;
    left: -33px;
    padding-left: 83px;
    text-align: left;  [change to center]
}

Change the last line to read

    text-align: center;

This sets the text alignment from the left to the center (center).
 
Save the file and re-upload to your site.

Offline BaghdadGhost

  • Jr. Member
  • **
  • Posts: 387
  • Gender: Male
Re: Clear Sky
« Reply #66 on: April 02, 2012, 09:52:08 PM »
great thanks.



Offline smartblogz

  • Jr. Member
  • **
  • Posts: 134
    • African Community in Russia
Re: Clear Sky
« Reply #67 on: April 25, 2012, 06:30:56 AM »