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 » Header configuration & styling »

[SOLVED] Applying styling to H2 H3 in Content Post and Pages


  #1  
Old Dec 6, 2010, 05:50 PM
Mykhailo
 
29 posts · Dec 2010
London
[SOLVED] Applying styling to H2 H3 in Content Post and Pages

Applying styling to H2 H3 in Content Post and Pages

Hi, on my post and pages I would like to Center h2, h3 tags within content can you please direct me into the right steps?

Thanks
Mike
  #2  
Old Dec 6, 2010, 05:59 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
If I understand correctly you would just use the following in ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:
h2, h3 {
text-align:center;
}
__________________
~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.
  #3  
Old Dec 6, 2010, 06:05 PM
Mykhailo
 
29 posts · Dec 2010
London
Thanks lmilesw, it worked nice, was sorted now However it caused Title tag (h1) to be mived to the middle as well, would you know how to move it back to the left? I have tried to add an additional line with
h1{
text-align:left;
}

it worked, only pulled h2, h3 to the left as well

Last edited by Mykhailo; Dec 6, 2010 at 06:12 PM.
  #4  
Old Dec 6, 2010, 06:15 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
How about this
HTML Code:
h1 {
text-align: left !important;
}
Not sure why it is happening though.
__________________
~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.
  #5  
Old Dec 6, 2010, 06:32 PM
Mykhailo
 
29 posts · Dec 2010
London
h1 priority pulled left h2, h3 as well. Here is the code all together

h1 {
text-align: left !important;
}
h2, h3 {
text-align:center;
}

Strange really, I'm kind of puzzled myself.

ps. I have sent my site url

Last edited by Mykhailo; Dec 6, 2010 at 06:35 PM.
  #6  
Old Dec 6, 2010, 07:10 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I just did a virtual test of
h2, h3 {
text-align: center;
}
and all worked fine. Are you putting the code in ATO>Add HTML/CSS Inserts>CSS Inserts?
__________________
~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.
  #7  
Old Dec 7, 2010, 09:08 AM
Mykhailo
 
29 posts · Dec 2010
London
Hi Imilesw,

Under "Various Content Items" > clicked Add HTML/CSS Inserts > CSS Inserts > and inserted the code you gave. Still something cases for h2, h3 to stick on the left.

I also added a sentence "Party Planning Videos" to my main front and assigned h3 tag to it still stays on the left.

I have made a snapshot of the CSS Insert section and sent it to your e-mail.

Mike M

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Post Body Content Missing & Category Pages 404 MichaelNagel Center area post/pages 11 Aug 11, 2012 02:22 AM
Applying different style to center column in multi post pages only maija Atahualpa 3 Wordpress theme 2 Jul 26, 2010 12:31 AM
[SOLVED] Applying page menu background with hover opacity krystyna Page & Category Menu Bars 6 Mar 2, 2010 12:14 AM
difficulty applying back ground Zed Header configuration & styling 3 Sep 13, 2009 10:33 AM
[SOLVED] Applying Customizations Stopped Working CocteauBoy Atahualpa 3 Wordpress theme 2 Jun 8, 2009 04:48 PM


All times are GMT -6. The time now is 12:54 AM.


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