Search…

X3 Photo Gallery Support Forums

Search…
 
ReyMysterio
Topic Author
Posts: 17
Joined: 01 Apr 2009, 15:08

Text To Right

06 May 2009, 14:45

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

07 May 2009, 02:10

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.
 
ReyMysterio
Topic Author
Posts: 17
Joined: 01 Apr 2009, 15:08

07 May 2009, 05:05

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
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

07 May 2009, 06:21

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;
}
Rene
http://www.globetrotternet.nl/
 
ReyMysterio
Topic Author
Posts: 17
Joined: 01 Apr 2009, 15:08

07 May 2009, 10:35

Thank you very much :oops: :oops: :lol: :lol: :P :P :wink: :wink:
 
sm00th
Posts: 18
Joined: 09 Feb 2010, 15:39

Wanting to move Text1 over to the bottom right.

23 Feb 2010, 17:05

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]
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

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

04 Mar 2010, 02:50

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