-
Search Results
-
Topic: Header Image Problem
I am using a header image in my theme, however, the display shows an empty (white) bar above my header image inside the page wrap. How can I remove this white space?
Topic: IOS not Responsive
Hi there,
I made some changes in the Attitude Theme in this website: http://www.reikiwithshelly.com. I noticed that it looks fine in most browsers, but I tried it on my iPhone and it simply doen’t work. The menu is missing, the text on the homepage is off and I can’t even go to another page.
The only changes I made in the CSS were:
– Line-height for the <h2> tag.
– Decreased the white space at the top of the page, above the picture with the logo. And, for that, I copied a code that you guys posted in another thread:hgroup-wrap {
padding-bottom: 5px;
padding-top: 0;
}
.hgroup-right {
margin-top: 5px;
}– Changed the text alignment to be beside the picture in the homepage, instead of below the picture. And for that I just changed the post code to “alignleft”.
These are quite simple changes, so I wasn’t really expecting to have this problem in the iPhone. Could you help me to fix it?
Hi, i’m usin Attitude Free theme (i very like it, i’am thinking about upgrading!) on a hosted site with wordpress.
Here is the link : http://www.raiseyourself.altervista.org
By the way, i dont know to much css but i am searching for a way to reduce the white space above the header image
What do i have to change on CSS to do this?
Sorry for my very bad english, hope you can help me!
Topic: Attitude Pro header
I am thinking of upgrading to the Attitude Pro, but can I reduce the depth of the header so that is is narrower? Currently there is a lot of wasted space in the header area.
Also, can I fill in the horizontal menu to make it more prominent? By this I mean can I change it from white to a color and then change the color of the font for the menu items?
ThanksHi,
I implemented the Revolution slider 5.X in my Ultimate Pro theme. I want to have a space of 30px between the main menu bar and the Revolution slider. So I configurated the Revolution slider in Slider options/Layout & Visual/Position to 30px.
It works great on PC and iPad, but not on smartphones e.g. iPhone. The white space of the menu bar is enlarged of 30px, but not the space above the menu. So the Revolution slider sticks directly under the menue bar – which doesn’t look well…I also tried Custum CSS changes like:
.business-layout .header-main {
padding-top: 30px;
}Now it looks well on iPhone, but on PC or iPad the menu bar is lowered 30px, not the slider.
Look on http://www.steuerkanzlei-kassuba.de (without the custom css)
Can you fix the css? Is there a new version of the theme coming? The last version is over 8 months old!
Thx
Kaihello there,
first, thanks really a lot for your great theme which i use on a clients website.
with the latest update to version 3 i got reminded that i wanted to give you a hint about a typing errror, which i have to ‘fix’ each time on a theme update.
in header.php on line 59 there’s this
<?php /** * interface_before hook */ do_action( 'interface_before ' ); ?>
but i i add an action on ‘interface_before’ it won’t get picked up by wordpress because of the whitespace after interface_before and the single quote …
could you perhaps update your code and remove the whitespace?
<?php /** * interface_before hook */ do_action( 'interface_before' ); ?>
so i can add an action to it, without having to update the header.php each time
add_action( 'interface_before', 'ems_add_facebook_sdk' );
that would be really awesome 😉
thanks again for your nice theme & wish you guys all the best
greeetings
becki