Hello, I could change the widths of the three Footer Widget areas and I placed one weather widget in the middle one. This widget hat a title area on the top and it takes to mach place without a title, too. If I delete this "<h4></h4>" (please see the image bellow) in the Firebug window I can get rid of the title area, but I don't know how to do it in the custom css of the Black Bird theme. Can you help me, please? Here the link to the site: http://www.limousine-klagenfurt.com/wordpress/ Thank you!
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .footer .widget_inner.last h4 { display: none; } This will solve your issue.
Thank you, Piyush! And one more issue: the menu area has now 710px width and the search area 230px. My issue is that I need menu with about 840px and search area with about 100px. Otherwise goes the menu in the second row. Please, see the image. Is this possible? Here the link: http://www.limousine-klagenfurt.com/wordpress/ru/
Hello, I could solve my last issue as I changed the grids in the header.php at rows 111 (18 to 22) and 117 (6 to 2). Can you say me if there is a better way with the custom css? Thank you.