Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] Align horizontal rule in body of post


  #1  
Old Dec 25, 2009, 07:20 PM
PrairieProg
 
12 posts · Dec 2008
I follow a format on my blog where each post is followed by a horizontal rule and then a quote. Here is the HTML code I used with Atahualpa 2.*:

last sentence of post.
<hr align="left" width="33%" />Text text text text, etc.
<p align="right">Source of quote</p>

In 3.4.4, however, the horizontal line is centered, rather than aligned to the left. What do I need to do to get the new version to recognize that code? FWIW, the quote and coding are not in the Post Footer but in the actual Post Body. The "align='right'" code functions properly
  #2  
Old Dec 29, 2009, 12:55 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Change your <hr...> to
HTML Code:
<hr class="put-hr-left" />
and add the following to ATO->Add HTML/CSS Inserts->CSS Insert
HTML Code:
.put-hr-left {
margin-left: 0 !important;
width: 33% !important;
color:#cccccc;
background-color:#cccccc;
height:2px;
border:none;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Dec 29, 2009, 03:20 PM
PrairieProg
 
12 posts · Dec 2008
Wondrous! It worked and the search and replace plugin took care of it on every post.

Thanks!!! Want to give a shot at my new question?

Bookmarks

Tags
alignment, horizontal rule

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
horizontal space between header, body and footer mwallace Header configuration & styling 3 Aug 14, 2010 05:11 AM
How to align thumbnails left of post title on homepage tmd_2008 Atahualpa 3 Wordpress theme 11 Apr 15, 2010 01:42 PM
Control spacing in menu bar: left-align some; right align others; blank space between sarah97302 Page & Category Menu Bars 1 Nov 16, 2009 01:47 PM
[SOLVED] can't get post to align correctly does not matter which them I use. guzie Forum How-To 2 Oct 7, 2009 07:36 AM
Align widgets horizontal evripidis Sidebars & Widgets 5 Apr 28, 2009 01:10 PM


All times are GMT -6. The time now is 11:28 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.