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 » Sidebars & Widgets »

[SOLVED] Simple CSS question - how to increase right margin of custom bullets


  #1  
Old Jun 5, 2010, 03:24 PM
Wimbledon's Avatar
Wimbledon
 
320 posts · Apr 2009
[VA & AZ], USA
My new site under construction running 3.5.1:
http://bit.ly/bucIv7

I followed this CSS from post #14 of the stickied thread at the top of the forum to use my own images as bullets:

Code:
div.widget ul li {
border-left: 0 !important;
padding-left: 15px !important;
background: url(/wp-content/themes/atahualpa334/images/icons/default-image.gif) no-repeat 0 3px;
}

div.widget ul li:hover,
div.widget ul li.sfhover {
border-left: 0 !important;
padding-left: 15px !important;
background: url(/wp-content/themes/atahualpa334/images/icons/hover-image.gif) no-repeat 0 3px;
}
How do I add 1px or 2px of space to the right of the bullets? I've tried padding-right and margin-right, each with !important, but neither seem to work.

Hopefully this is a simple question for someone out there?
  #2  
Old Jun 5, 2010, 04:47 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Try
HTML Code:
div.widget ul li a:link, div.widget ul li a:visited, div.widget ul li a:active, div.widget ul li a:hover {
padding-left:4px;
}
1px and 2px didn't look like enough to me
__________________
~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 Jun 5, 2010, 07:14 PM
Wimbledon's Avatar
Wimbledon
 
320 posts · Apr 2009
[VA & AZ], USA
Thanks so much lmilesw!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
custom Bullets for sidebards are not working in firefox jrider Sidebars & Widgets 0 Feb 1, 2010 11:42 AM
sidebar margin question? grittler Sidebars & Widgets 1 Sep 15, 2009 05:52 AM
[SOLVED] Simple question....? d_random Atahualpa 3 Wordpress theme 4 Apr 6, 2009 11:16 AM
Simple Question - How do I change the font for the blog title? Verity Atahualpa 3 Wordpress theme 3 Feb 15, 2009 03:15 PM


All times are GMT -6. The time now is 12:26 PM.


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