Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Problem with headway theme css WordPress

  • SOLVED

Hi! I have a minor problem, but don't find the solution.

I am using headway themes. And mirror some blocks to other pages. All look good, but the origin page of the mirrored blocks look wrong formated. font-size is wrong etc.


Please check: (you need a password to see: noellenheidt666)

The upper left 2 textblocks should look like this:

http://alpha.restaurant-richard.de/aktuelles-menu/
or
http://alpha.restaurant-richard.de/kontakt/
or
http://alpha.restaurant-richard.de/kuche/


But only on this page it looks crap:


http://alpha.restaurant-richard.de/willkommen/

i think it's some css mistake I made (attention, the css code is bad!!)

Klaus



Answers (2)

2012-09-26

Francisco Javier Carazo Gil answers:

Try to use !important in the correct rule to prevent problems with herarchy: [[LINK href="http://www.electrictoolbox.com/using-important-css/"]]http://www.electrictoolbox.com/using-important-css/[[/LINK]]


Francisco Javier Carazo Gil comments:

With Firefox+Firebug or Google Chrome+F12 you can see which CSS rule is bad and which is the good one.

2012-09-26

Arnav Joy answers:

add following to your stylesheet

#div-h-block-1 h3 , #div-h-block-2 h3{ font-size: 0.6em !important;}


klaus dyba comments:

This kind of worked, but it shrinks the text in the older blocks. ??


Arnav Joy comments:

try this then

.page-slug-willkommen #div-h-block-1 h3 , .page-slug-willkommen #div-h-block-2 h3{ font-size: 0.6em !important;}

it will work for this page.


klaus dyba comments:

It works! The lineheight of the middle textblock jumps slightly. I think I can manage that.