|
#1
Feb 28, 2011, 02:19 AM
|
|
I want to right aligh the title and tagline here www.tvcm.co.uk/animex2011 - I've tried all sorts and searched the forum. I've done this before but I've forgotten. Any help appreciated. Thanks in advance.
|
#2
Feb 28, 2011, 08:14 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
did you look at the documentation on the option page?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Mar 1, 2011, 05:49 AM
|
|
I don't see any documentation that refers to this, clearly if I had I would have implimented it.
I added the following to the blog title pararmeters
HTML Code:
text-align: right;
but it doesn't seem to do it
|
#4
Mar 1, 2011, 06:11 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
ato->Header Image->Overlayed Blog Title/Tagline Style
Quote:
Overlayed Blog Title/Tagline Style
The overlayed blog title and blog tagline will be in a div container. Move that container around by changing the margin-top and margin-left values. To right-align the overlayed container, add float: right; and replace margin-left with margin-right. To center it, add float:none; margin-left:auto; margin-right:auto; text-align:center; and, instead of adding margin-top here, add padding-top to the parent container, via HTML/CSS Inserts -> CSS Inserts: div.header-image-container { padding-top: 30px; height: XXXpx; } with XXX = desired image height - padding-top value.
|
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
Mar 1, 2011, 10:51 AM
|
|
OK thanks -where are you seeing that documentation because I'm not exactly aware of where it is.
|
#6
Mar 1, 2011, 10:58 AM
|
|
Hm - that solution moves the entire header image over to the right. I only wanted to move the overlayed Blog title
|
#7
Mar 1, 2011, 01:56 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
What CSS did you use and Where did you put it?
If you put it in ato->Header Image->Overlayed Blog Title/Tagline Style it shouldn't move teh image
what version are you using?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
Mar 1, 2011, 02:49 PM
|
|
Quote:
Originally Posted by juggledad
What CSS did you use and Where did you put it?
If you put it in ato->Header Image->Overlayed Blog Title/Tagline Style it shouldn't move teh image
what version are you using?
|
VERSION 3.6.4
CSS I PUT IN
HTML Code:
div.header-image-container { padding-top: 30px; height: 180px; align: right;}
YES I arranged the Blog title to overlay the image
|
#9
Mar 1, 2011, 05:50 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
did you put that css in the 'ato->Header Image->Overlayed Blog Title/Tagline Style' option???
that is not proper, that option just uses the rules no CSS selectors
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Mar 2, 2011, 12:33 AM
|
|
I put it in CSS inserts
|
#11
Mar 2, 2011, 06:13 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
well what you said with that CSS is "move the entire header image container (and everything in it) by these settings.
Now, go back and re-read post#4 once again and go to that option and read what it says
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#12
Mar 2, 2011, 02:28 PM
|
|
I've re-read that info and tried something else but it doesn't work for me. The text you refer to is not a well formed sentence and therefore difficult to understand. I understand that you don't want to spoonfeed me with the answer but in this instance I have no time to be educated bit by bit as i have an event tomorrow that this blog will serve. I will therefore go for a workaround I figured. I'm a little dissapointed, I've donated to this theme. Flynn used to answer questions very effectively - so much so that I reccomended him to Matt Mullenwig. I don't know who you are but your cryptic messages as self appointed educator have not been helpful. I shall not be donating to you and I'd appreciate you not answering any of my future questions (if you intend to do so in this manner) - I thought this was a support forum.
|
#13
Mar 2, 2011, 03:03 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Here is a screenshot of that section.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#14
Mar 2, 2011, 03:15 PM
|
|
Thanks, I've seen that but I struggle to comprehend that. I've gone with my workaround and it's fine so I'm good to go with my event. I'll be reconsidering the themes I use for future projects.
|
#15
Mar 2, 2011, 05:36 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
As an addendum to my screenshot. Positioning that item is a matter of using the proper margins, padding, width, border, etc. in the Overlayed Blog Title/Tagline Style box.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
|