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] List Not Indenting After Hosting Change


  #1  
Old Aug 4, 2011, 08:29 PM
GOWeb2point0
 
14 posts · Nov 2009
[SOLVED] List Not Indenting After Hosting Change

Hi there:

I changed hosts for a domain: http://torontojewellery4less.ca/

and everything worked fine except for the unordered list on the main page (Home). As you can see the list does not pick up the margin or indent at all like it used to.

The client has asked me to change it and I have not been able to figure out what changed.

Thanks for your help, Patrick
  #2  
Old Aug 4, 2011, 09:03 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I am not sure why it changed with a different host but when floating a list beside an image I find this can happen. What you need to do is determin the selector for the list add this CSS to the CSS Inserts section of the theme options.
HTML Code:
list-style-position: inside;
__________________
~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 Aug 4, 2011, 09:11 PM
GOWeb2point0
 
14 posts · Nov 2009
thanks very much for the quick reply! Please let me know how to determine the selector for the list (don't know what this means

Here's the code:

Whether you are looking for a ring for a special occasion or selling jewellery for extra cash, we can offer you the best value around.
<h4>We offer the following services:<img class="size-medium wp-image-49 alignright" src="http://torontojewellery4less.ca/wp-content/uploads/2010/02/model_2-219x300.jpg" alt="" width="131" height="178" /></h4>
<ul>
<ul>
<li>Designing and creating custom jewellery</li>
<li>Re-designing and re-modelling of clients' *jewellery</li>
<li>Cleaning and repairing jewellery</li>
<li>Pearl stringing and re-stringing</li>
<li>Insurance valuations</li>
<li>Engraving work</li>
<li>Selling clients' *jewellery on a commisison basis</li>
<li>Purchasing gold, diamonds, and jewellery at top dollar</li>
</ul>
</ul>


Thanks again!

Patrick
  #4  
Old Aug 4, 2011, 09:16 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You could wrap the list in a div with an ID or since you only have one list on that post you could just add the following to ATO>Add HTML/CSS Inserts>CSS Inserts which will apply that CSS to all lists on the post.
HTML Code:
#post-51 {
    list-style-position: inside;
}
__________________
~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 Aug 4, 2011, 09:40 PM
GOWeb2point0
 
14 posts · Nov 2009
Thanks again, Miles! This got it to move over to the border, what would it take to have it indent too...

  #6  
Old Aug 5, 2011, 03:40 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You could change that code to and indent as much or as little as you want by changing the margin.
HTML Code:
#post-51 li {
    list-style-position: inside;
    margin-left: 20px;
}
__________________
~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.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Sidebar list style change sophia1 Sidebars & Widgets 8 Jan 4, 2011 07:31 AM
How to change the spacing of list items Webmason Atahualpa 3 Wordpress theme 5 Aug 4, 2009 02:33 PM
How to change the line-height for list items escamoteur_blog Header configuration & styling 1 Aug 4, 2009 01:48 PM
Indenting left margin without a left sidebar showing rhymes Sidebars & Widgets 0 Apr 28, 2009 09:02 PM
Flexx theme - How to change my "List Category or Archives" to "List Titles ONLY" ?? idaks01 Post-Kicker, -Byline & -Footer 0 Mar 28, 2009 05:22 PM


All times are GMT -6. The time now is 08:00 AM.


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