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 »

Sidebar font size changes when I use html


  #1  
Old Jun 9, 2013, 01:53 PM
raggsocka
 
6 posts · Jun 2013
Hello there!

First of all thanks for this wonderfull theme - I like it a lot.

I've well a little problem with it: when I wanna use something like "<p align="justify"></p> (or different html) in the sidebar the font get's smaller. If I write only a text without any "code" it's the normal size... Here's a screenshot of it:

http://i1281.photobucket.com/albums/...psa1f3c656.jpg

Also the "recent entries", "recents comments", "categories" are smaller as they should be.

What's the reason and how can I solve it?

Thanks and best regards

Last edited by raggsocka; Jun 9, 2013 at 02:03 PM.
  #2  
Old Jun 9, 2013, 02:01 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Sorry the image tells me nothing. Use a code inspector (like FireBug in FireFox) and see what CSS is being applied to the element.
  #3  
Old Jun 9, 2013, 02:07 PM
raggsocka
 
6 posts · Jun 2013
Hi, thaks for the quick reply. The firebug says that the font size is 12px, but it isn't

I copied something of it. Hope that helps:

div.widget ul li a:link, div.widget ul li a:visited, div.widget ul li a:active, div.widget ul li a:hover {
display: inline;
}
div.widget a:link, div.widget a:visited, div.widget a:active, div.widget td a:link, div.widget td a:visited, div.widget td a:active, div.widget ul li a:link, div.widget ul li a:visited, div.widget ul li a:active {
color: #666666;
font-weight: normal;
text-decoration: none;
}
div.widget a:link, div.widget a:visited, div.widget a:active, div.widget td a:link, div.widget td a:visited, div.widget td a:active, div.widget ul li a:link, div.widget ul li a:visited, div.widget ul li a:active {
color: #666666;
font-weight: normal;
text-decoration: none;
}
a:link, a:visited, a:active {
color: #666666;
font-weight: bold;
text-decoration: none;
}
li {
font-family: "Yanone Kaffeesatz",arial,sans-serif;
}
div.widget ul {
list-style-type: none;
}
td#right {
font-size: 12px;
}
table#layout {
font-size: 100%;
}
table {
font-size: 1em;
}
div#container {
text-align: left;
  #4  
Old Jun 9, 2013, 02:11 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Does the same thing occur if you use the Twenty Twelve theme?
Does the same thing occur if you use the proper inline CSS of
<div style="Text-align: justify;"></div>
__________________
~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 Jun 9, 2013, 02:19 PM
raggsocka
 
6 posts · Jun 2013
No and no.

the problem with the text widget is not sooooo important for me, but why does the "category", "comment", "entries"... change to smaller font? maybe because it's a link, but I use the normal widget I did not install any plugin
  #6  
Old Jun 9, 2013, 02:21 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
As Juggledad said without seeing the site there is no way to even investigate what is happening.
__________________
~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 Jun 9, 2013, 02:25 PM
raggsocka
 
6 posts · Jun 2013
Okay, I set the maintenance off for a while. My link is http://lydeke.se
  #8  
Old Jun 9, 2013, 03:24 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
move teh bottom widget to the top and see what happens then repeat with the next etc

I suspect you have eithor a missing closing tag in one of the widgets or you have PX in elements under other elements with EM's. moving things around or removing widgets will help you narrow it down.
  #9  
Old Jun 9, 2013, 03:29 PM
raggsocka
 
6 posts · Jun 2013
Thank you,

but also moving the widgets helps not. Even if I put it on the top of the sidebar.
  #10  
Old Jun 9, 2013, 05:30 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I'm not sure what your problem is. When I apply CSS to the elements in question they work.

I am not sure how you are implementing the styling but I would suggest wrapping the text you want to style in a div with a class or id and then style in the CSS Inserts section of the them option.

Also there are places in the theme options to style many of the areas.
__________________
~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.
  #11  
Old Jun 9, 2013, 07:14 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
also, shut off your caching plugin and clear the caches when you are making cahanges so you can see the changes right away.
  #12  
Old Jun 9, 2013, 07:31 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What CSS are you using to change the size of the text?
  #13  
Old Jun 10, 2013, 01:24 AM
raggsocka
 
6 posts · Jun 2013
Good morning, thanks for tryin' to help me!

I added "font-size: 1.0em;" into the

STYLE WIDGETS: Widget Content Box

Even if I deactivate the W3 Total Cache - nothing changes.

Well maybe I have to accept it...

Last edited by raggsocka; Jun 10, 2013 at 01:26 AM.
  #14  
Old Jun 10, 2013, 06:21 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Ok, that CSS is being applied. Change it to 3.0em and take a look again. That CSS will apply to any element or child element where the parent element is a DIV with a class of 'textwidget' or a UL with a parent DIV with a class of 'widget'

Now remember that CSS is specific and if you add a <P> in there could be other CSS that is more 'specific' and then it will apply

Last edited by juggledad; Jun 10, 2013 at 06:25 AM.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change font size in right sidebar? PublicPol Sidebars & Widgets 1 Aug 27, 2009 06:53 PM
More info on...Font size in sidebar jules71 Sidebars & Widgets 1 Aug 8, 2009 04:59 AM
Hw 2 Change Sidebar first level font size text ? RVB92 Sidebars & Widgets 1 May 3, 2009 05:37 AM
Changing the font size in the sidebar/widgets StudioGal Sidebars & Widgets 2 Apr 2, 2009 09:54 AM
How to change font size in sidebar? BLB Sidebars & Widgets 1 Jan 5, 2009 01:25 PM


All times are GMT -6. The time now is 09:38 PM.


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