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] Text Widget "Bullets??"


  #1  
Old Mar 11, 2012, 08:57 AM
quintain
 
68 posts · Nov 2010
[SOLVED] Text Widget "Bullets??"

Hi, ATA 3.7.3 WP 3.3.1

I am probably not seeing the wood for the trees but how can I style my text widget which is called 'Links' at floodproblems.co.uk

I am presently using '*' in front of the text link; I wish to use the same side bar bullet (bar??) as in 'Recent Posts'.
  #2  
Old Mar 11, 2012, 10:57 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
see HOWTO: use CSS list style types (or widgets, bars, bullets and squares oh my)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 11, 2012, 05:24 PM
quintain
 
68 posts · Nov 2010
Hi jd
I do not want to remove the sidebars from any widget I want to include the sidebars in the 'text widget' but cannot see how to do it.
Thank you the reference to an earlier post and I have played around with your advice but with no correct results.
The code that I have used is as below, I have tried extensive combinations of widget class description.
I understand the text widget to have a class of 'textwidget' and I have used that on its own i.e.(div.textwidget ul {) plus as you see it below.
My question remains how do I place the sidebars in the text widget
........................
In ATO->HTML/CSS Inserts->CSS Inserts
...........................................
div.widget ul {
/* for other styles, try "disc", "square" or "decimal" instead of "circle" */
list-style-type: square !important;
}
div.widget ul li {
/* 1.35 or more required for Safari or bullets too wide on the left */
margin-left: 1.35em;

/* overwrite existing display:block Firefox */
display: list-item;
}

div.widget_textwidget ul {
/* for other styles, try "disc", "square" or "decimal" instead of "circle" */
list-style-type: square !important;
}
div.widget_textwidget ul li {
/* 1.35 or more required for Safari or bullets too wide on the left */
margin-left: 1.35em;

/* overwrite existing display:block Firefox */
display: list-item;
}
  #4  
Old Mar 11, 2012, 06:14 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The styling is for LISTS you don't have a list just a series of links. Change you widget so you have
HTML Code:
<ul>
<li><a....></li>
<li><a....></li>
<li><a....></li>
</ul>
__________________
"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; Mar 15, 2012 at 11:07 AM.
  #5  
Old Mar 15, 2012, 10:39 AM
quintain
 
68 posts · Nov 2010
How stooopid of me.
Of course.
Done and now correct.
Thank, have a coffee on me.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
replace the "A sample text widget",but can not display normally,why? keithzhl Sidebars & Widgets 1 Oct 23, 2011 03:55 AM
[SOLVED] How to remove delete or get rid of &quot;Sample Text Widget&quot; helpsolve Sidebars & Widgets 2 Apr 14, 2011 06:47 PM
How to remove the "A sample text widget" from Atahualpa 3? tekop Sidebars & Widgets 5 Jan 10, 2011 09:28 PM
Alt Text For "Comment" "Tag" and "Category" gifs jasebishop Atahualpa 3 Wordpress theme 0 Nov 12, 2010 11:09 PM


All times are GMT -6. The time now is 05:32 PM.


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