badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Search Results for 'white space'

Viewing 15 results - 61 through 75 (of 160 total)
  • Author
    Search Results
  • #45130

    In reply to: Header Image Problem

    Hi Courtney,

    To remove white space login to your WP admin site and go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .hgroup-wrap {
        display: none;
    }

    Thank you!

    #45112

    In reply to: Header Image Problem

    Hi Courtney,

    Could you please provide us the site URL? So that we can provide you a exact CSS code to remove the white space.

    Thank you!

    #45107
    courtney
    Participant

    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?

    #43368

    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?

    #42703

    Hi Ardit.bejtu,

    To reduce the white space in the header as your need go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .hgroup-wrap {
        padding-bottom: 10px;
        padding-top: 0;
    }
    .hgroup-right {
        margin-top: 15px;
    }

    Thank you!

    #42655
    ardit.bejtu
    Participant

    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

    I want it from this, to this

    What do i have to change on CSS to do this?

    Sorry for my very bad english, hope you can help me!

    #42402

    In reply to: Attitude Pro header

    toni_garrish
    Participant

    I have the Attitude Pro and I’m having trouble with the header. I am using an image that is 1038 × 250 – however it display a large area of white space above the image. How do I get rid of the white space?
    Thanks

    #42065
    Kathryn Grouden
    Participant

    Hi don’t worry I downloaded a plugin and sorted it out now, thank you. Is there a way of removing the white/grey space from around featured images widget? I added my logo to the footer but want to get rid of the white border.

    Also, is there a way to put a logo image in or near the site name?

    #41827

    In reply to: Attitude Pro header

    Hi Tactusmihi,

    Thank you for interest to purchase the premium version of Attitude Pro.

    Yes, you have to add the custom css for the header to reduce the white space and you can easily change the menu background color as well as change the typography style. There are also lots of features you will love in the premium version.
    You can purchase it by clicking on Buy Now button in this page https://www.themehorse.com/themes/attitude-pro

    Looking forward for your purchase.

    Thank you!

    #41675
    tactusmihi
    Participant

    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?
    Thanks

    #39724

    In reply to: Alignment Issues

    jmcmillan7
    Participant

    For question2: I added back in the green bar, but I fixed the white space by adding :

    #main {
    padding-top: 30px;
    }

    For question 1, so there is not way to add padding in above the Top menu only and not the Logo?

    Thanks!

    #39494

    Hi Beckidouche,

    We have already updated the theme removing the white spaces that you have mentioned.
    Please update your theme.

    Thank you!

    Kai
    Participant

    Hi,

    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
    Kai

    #36756
    beckidouche
    Participant

    hello 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

    #29046

    In reply to: modify header

    martinslopez
    Participant

    i do this change, but from de logo to the menu, i have a lot spaces white, and from the the text “hosting por dinahosting” to the logo i have the same trouble. how i can change this space??

Viewing 15 results - 61 through 75 (of 160 total)