Page 1 of 1

Text To Right

Posted: 06 May 2009, 14:45
by ReyMysterio
I want to move the above mentioned text from right to the left or center of the page.
what i have to do?
thank u in advance

EXAMPLE :

Image

Posted: 07 May 2009, 02:10
by mjau-mjau
Go to admin -> themes -> edit your theme -> edit theme stylesheet. Locate the following class:
Code
.filemod {
Change it, or add the style:
Code
.filemod {
text-align: right;
}
Save, and remember to empty your browser cache before viewing.

Posted: 07 May 2009, 05:05
by ReyMysterio
Thank u Mr
NOW I want to move the above mentioned text from right to the left or center of the page.
what i have to do?

EXAMPLE :

Image

Image

Posted: 07 May 2009, 06:21
by globetrotter
You can also edit the textpage style.

Go to admin -> themes -> edit your theme -> edit theme stylesheet. Locate the following classes, and add text-align, like here:
Code
.textpage {
	font-size: 13px;
}
.textpage_title {
	font-size: 20px;
	leading: 8px;
	color: #66CCFF;
	font-style: normal;
        text-align: right;
}
.textpage_body {
        text-align: left;
}
.textpage_form {
	font-size: 13;
        text-align: right;
}
.textpage_forminput {
	/* You need to specify all required styles in this class because they are not inherited from the main textpage class because of restrictions with input fields in flash. 
	Please use 0x color formatting instead of #  
	font-family onyl supports a single font value. Make sure its a font that is globally supported*/

	color: 0xF7F7F7;
	font-size: 13;
	font-family: Arial;
}
.textpage_forminputback {
	/* This specific class only supports the color style. Please use 0x color formatting instead of # */
	color: 0x333333;
}

Posted: 07 May 2009, 10:35
by ReyMysterio
Thank you very much :oops: :oops: :lol: :lol: :P :P :wink: :wink:

Wanting to move Text1 over to the bottom right.

Posted: 23 Feb 2010, 17:05
by sm00th
Just trying to place photo description, right bottom next to the images.
Have only been able to do right top.

What is the trick to move down this text, or have it placed in the location that im after.

Cheers[/img]

Re: Wanting to move Text1 over to the bottom right.

Posted: 04 Mar 2010, 02:50
by mjau-mjau
sm00th wrote:Just trying to place photo description, right bottom next to the images.
Have only been able to do right top.

What is the trick to move down this text, or have it placed in the location that im after.
You have a few options for positioning the text block you are after by going to admin -> settings -> text, then choose the textblock you want to edit, and see the STYLE setting. You have several options:
Code
auto,right,left,below,above,over_image_top,over_image_bottom,over_image_left,over_image_right