- Posts: 20
- Thank you received: 0
Justify Image in module in left postion
-
joeleach
Inactive member - Topic Author
- Member
Less
More
13 years 2 weeks ago #13311
by joeleach
Justify Image in module in left postion was created by joeleach
I am using a contact form in the left position. I have added an image and want it to justify left- how do I do that?
69.89.17.172/
69.89.17.172/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 weeks ago #13318
by ivan.milic
Replied by ivan.milic on topic Re: Justify Image in module in left postion
what image?
Please Log in to join the conversation.
-
joeleach
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
13 years 2 weeks ago #13320
by joeleach
Replied by joeleach on topic Re: Justify Image in module in left postion
The Deal Seekers text is actually an image
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 weeks ago #13325
by ivan.milic
Replied by ivan.milic on topic Re: Justify Image in module in left postion
If you don't want to mess other components you will have to add something like this (to the bottom of template_css.css):
.ce-freetext-container img{
position: relative;
left: -20px;
}
.ce-freetext-container img{
position: relative;
left: -20px;
}
Please Log in to join the conversation.
Time to create page: 0.147 seconds