• Closed
  • bbwalker
    Spectator
    June 25, 2014 at 8:49 pm #8502

    hi Roman,
    finally i put the site online for final testing and i notice that
    when resizing all pages, i got a “white space area” at the bottom!

    Dunno how i can remove it…..! 😕
    the site is here:

    http://www.webinstyle.it

    also in the start page if you resize it, you’ll see a white space at the bottom page
    between “gold” and “dark” area!

    ps:
    i already have
    “Theme Options -> General , Page Content Top Padding and Page Content Bottom Padding “
    set to “0px”!

    thanks Roman! 🙂

    Roman
    Spectator
    Posts: 3147
    June 26, 2014 at 3:06 pm #10090

    you have there a full width shortcode inserted on the page, please check the code in the editor mode of the page

    bbwalker
    Spectator
    Posts: 54
    June 26, 2014 at 7:19 pm #10093

    Yes, i use a fullwidth code. What you mean with check the code in the editor mode of page? Any option i miss???

    Roman
    Spectator
    Posts: 3147
    June 26, 2014 at 9:00 pm #10096

    the page which is set as homepage. just go to the edit page mode and check the code there if there is not an unnecessary blank space on the bottom

    bbwalker
    Spectator
    Posts: 54
    June 27, 2014 at 5:32 am #10104

    i check the page and make a lot of test but the White space is still there!!
    here is a piece of the main page code:

    Quote:
    <h1 style=”text-align: center; color: #c9b57d!important; font-size: 25px!important; margin-bottom: 10px;”><p style=”text-align: center;”>[imageframe lightbox=”no” style=”none” bordercolor=”” bordersize=”0px” stylecolor=”” animation_type=”fade” animation_direction=”right” animation_speed=”1″]<a href=”it/menu/”><img class=”aligncenter size-full wp-image-4569″ src=”http://www.webinstyle.it/wp-content/uploads/2014/06/italy.png&#8221; alt=”English” width=”48″ height=”48″></a>[/imageframe][imageframe lightbox=”no” style=”none” bordercolor=”” bordersize=”0px” stylecolor=”” animation_type=”fade” animation_direction=”left” animation_speed=”1″]<a href=”en/menu/”><img class=”aligncenter size-full wp-image-4569″ src=”http://www.webinstyle.it/wp-content/uploads/2014/06/english.png&#8221; alt=”English” width=”48″ height=”48″></a>[/imageframe]</p></h1><div style=”height:400px;”></div>[/fullwidth][fullwidth backgroundcolor=”#baa879″ backgroundimage=”” backgroundrepeat=”no-repeat” backgroundposition=”” backgroundattachment=”” bordersize=”0px” bordercolor=”” paddingTop=”20px” paddingBottom=”1px”]<div style=”height:20px;”><h2 style=”text-align: center; color: #baa879!important; font-size: 20px!important;”></h2></div>[/fullwidth]

    i removed every space, but nothing!
    I think this is caused by a theme bug.
    every page have this White area before the copyright info!

    something have to do with the copyright!!
    can you pls look at it?

    thanks as Always Roman!!

    bbwalker
    Spectator
    Posts: 54
    June 27, 2014 at 6:33 am #10105

    I make this page with no display copyright info
    just added a div with copyright and no white space, check here:
    http://www.webinstyle.it/test

    Roman
    Spectator
    Posts: 3147
    June 27, 2014 at 12:34 pm #10106

    on the code (shortcode) which you provided me remove this on the end:

    Code:
    [fullwidth backgroundcolor=”#baa879″ backgroundimage=”” backgroundrepeat=”no-repeat” backgroundposition=”” backgroundattachment=”” bordersize=”0px” bordercolor=”” paddingTop=”20px” paddingBottom=”1px”]<div style=”height:20px;”><h2 style=”text-align: center; color: #baa879!important; font-size: 20px!important;”></h2></div>[/fullwidth]

    it’s a blank line, then the problem will be solved

    bbwalker
    Spectator
    Posts: 54
    June 27, 2014 at 4:09 pm #10107

    Hi roman, do you try it?
    Because the hex color #baa879 is the gold area i need to have!!
    Anyway i’ll give it. Atry when home, but i think this will remove only the gold area i need

    Thanks 🙂

    Roman
    Spectator
    Posts: 3147
    June 27, 2014 at 5:31 pm #10108

    which white space do you mean now? I got confused. I see no white space between the gold border and the copyright dark background. Do you mean white space right under the copyright area? or where?

    bbwalker
    Spectator
    Posts: 54
    June 27, 2014 at 6:33 pm #10109

    I write it on the first post,
    when i resize every page there is a white space before the copyright area!

    Now i set on all pages do not display copyright info and put the copyright info in each page with some code
    so i dont have the white space now.

    BUT, i have a test-page here:

    http://www.webinstyle.it/ciampini-gelatonew/

    If you check it and resize it, you’ll see a white space area appear just before the copyright info!!

    Got it?

    Roman
    Spectator
    Posts: 3147
    June 27, 2014 at 9:32 pm #10110

    I see it now..insert in the Custom CSS field:

    Code:
    #content {margin-bottom: 0px!important;}