Need some help in removing this extra space shown in my screenshot

3 replies
  • WEB DESIGN
  • |
Greetings Everyone,

Please check this screenshot, 2013-05-02_1335 - magic library

Is this possible? I want my slider to be moved upward. I want to get rid of the page title as well. That is my home page.

Thanks a lot.

Your help will be very much appreciated.

Cheers,
G.B.
#extra #removing #screenshot #shown #space
  • Profile picture of the author yanl
    The header should have a div box with a div name or class. In the css file you are using find that name and add in
    display:none;
    This should hid the whole section
    {{ DiscussionBoard.errors[8034588].message }}
  • Profile picture of the author buzilla
    It's a bit hard to provide coding advice without source code.

    You can control whether or not the page title displays on the home page but there may be some css that needs to be changed also using the following code.

    Code:
    if (!is_home()) {
       <?php the_title(); ?>
    }
    That will only display the titles on pages that are not the homepage.
    {{ DiscussionBoard.errors[8034592].message }}
  • Profile picture of the author magiclouie
    Originally Posted by Go4DBest View Post

    Greetings Everyone,

    Please check this screenshot, 2013-05-02_1335 - magic library

    Is this possible? I want my slider to be moved upward. I want to get rid of the page title as well. That is my home page.

    Thanks a lot.

    Your help will be very much appreciated.

    Cheers,
    G.B.
    Hi there buddy,

    You are using UDesign which is one of my favorite responsive themes.

    Anyway, check out this thread for instructions in removing the 'Home' title - Home Page Title Header - Remove - U-Design Theme Support

    Once the title is blank, it should remove the title bar too.

    Have fun!

    Louie
    {{ DiscussionBoard.errors[8034727].message }}

Trending Topics