|
#1

Feb 2, 2010, 09:03 PM
|
|
http://beta.typebooks.ca/
WP 2.9/1
ata 3.4.5
I want to have the comments icon on a line underneath the email feed icon so that all three (email, comments, rss) line up on top of each other. Do I need to add a <br> somewhere?
Thanks for any help
|
#2

Feb 3, 2010, 04:20 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
uss a CSS Insert
HTML Code:
css insert:
div.rss-box {
position: relative;
margin-top: -35px;
}
you could also add a margin-right
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3

Feb 3, 2010, 01:28 PM
|
|
My fault I actually gave you the wrong url
www.ziliotto.com
Does the insert still apply?
|
#4

Feb 3, 2010, 01:35 PM
|
|
I forgot to donate last time which I just did.
www.ziliotto.com
Anyway what I want is to have the top right corner of the header look like this:
Ziliotto Blog by email
Ziliotto Blog by RSS
Comments
On top of each other in that order.
Thanks again
|
#5

Feb 3, 2010, 01:36 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
yes, this is the css selector for the element that contains all three
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Feb 3, 2010 at 02:03 PM.
|
#6

Feb 3, 2010, 01:54 PM
|
|
I don't understand what that means. WHat do I do to have them on top of each other?
Sorry, figuring this out as I go
|
#7

Feb 3, 2010, 02:08 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
try this, go to ATO->RSS Settings->RSS Box Width and set it to 80
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8

Feb 3, 2010, 02:20 PM
|
|
That moved the comments box to the top. did space it howeverIf we can get the comments on the bottom we are in business. Sorry I am pressed for time or I would plow around until I got it.
|
#9

Feb 3, 2010, 05:01 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
edit bfa_header_config.php and find lines 186-198. Move them after line 234 (just before the line that starts
HTML Code:
if ( $bfa_ata['show_posts_icon'] == "Yes" OR $bfa_ata['show_email_icon'] == "Yes" OR
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10

Feb 3, 2010, 05:38 PM
|
|
Parse error: syntax error, unexpected '}' in /home/ziliotto/public_html/wp-content/themes/atahualpa/functions/bfa_header_config.php on line 368
I got this when I did that, unless I screwed it up. I think I have it back to where it was but I get the same message .
HELP!
|
#11

Feb 3, 2010, 06:13 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
you must have missed moving th closing }
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#12

Feb 4, 2010, 04:37 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
You fixed it I see. I'll close this now - you can re-open it if you need under 'Thread Tools'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
Similar Threads
|
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
Reposition Post/Comments/Email Icons & Searchbox Logo area
|
creecyle |
Header configuration & styling |
1 |
Mar 31, 2011 05:12 AM |
Replacing rss/email/comments icons in top left of header with newsletter
|
glennvogelsang |
Header configuration & styling |
4 |
Feb 2, 2010 08:52 PM |
How to place RSS icons Post, By Email, Comments at botton of each post.
|
sagatr |
Post-Kicker, -Byline & -Footer |
7 |
Jun 21, 2009 04:36 AM |
Add New Item to RSS / Email / Comments in header
|
kesterbrewin |
RSS, Feeds & Subscribing |
2 |
May 6, 2009 09:14 AM |
Changing the rss and comments icons in the header section
|
barefaced |
RSS, Feeds & Subscribing |
0 |
Mar 14, 2009 08:52 AM |
|