Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #742525

    Looks like I have two sections showing up on a custom page we have loading data into blank page.
    When I inspect the code, it looks like the section contains 88 pixels. We just want to show the header – no footer or widgets and the layout is marked accordingly for the page in the settings. Hoping you can help.

    Dave

    #742566

    Hey Daveid,

    I think this won’t be easily possible. Am I getting it right, you are trying to avoid any content inside the main part of your website, to only show content inside header and footer? if yes why?

    You could try to make the white part blue:

    body {
    background: #201e87;
    }
    .container_wrap.container_wrap_first.main_color.fullsize {
    background: #201e87
    }
    #header_main {
    border: none;
    }

    Hope this helps!

    Best regards,
    Andy

    #742579

    Thanks for your help Andy… Not trying to remove the content, rather limit the space between header and content.

    So It’s the white bar and blue bar above the map… under the header.
    I just dont need either.
    Perhaps it’s something in this section?
    class=”container_wrap container_wrap_first main_color fullsize” ?

    #743187

    Anyone else able to answer? Again, just looking to remove the white space under the header and above custom content. Thx.

    Dave

    #743189

    Hey!

    I loaded your web site and I can see the space been removed
    Can you please clear your cache and let us know how that works?

    Thanks a lot

    Regards,
    Basilis

    #743480

    It’s still present. The header loads fine like all pages but when I insert our own shortcode (as text versus visual – not that it seems to matter) it throws a white bar up top. Can’t seem to narrow down what css is driving this for this page… Hope you can help.

    Dave

    #744453

    Just making sure you see the actual issue under the header. Not trying to remove the header or page content, just the whitespace present with content on the page.

    #744490

    Hi,

    I checked the link you’ve provided, but can’t see any whitespace anymore. Could you fix it already?

    Best regards,
    Andy

    #745002

    No – the space is still there. Not on main site, just this custom page. See link again in private message. Thx in advance.

    #745510

    Hi,

    use this code inside Quick CSS field:

    #header_main {
    height: 110px;
    border: none;
    }

    Best regards,
    Andy

    #745549

    That does drop the header down on that page… but it also changes the header so when I scroll down and it should go to SLIM mode, it wont. Anything else to address that area?

    #746419

    Hi,

    not sure if it will be possible. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Andy

    #746513

    Sure thing – added creds for ya. Again, just the maps page shows this issue. THANKS!

    #746988

    Hi,

    it can’t go to slim mode, as you don’t use any elements inside your main area. This way it won’t work.

    Best regards,
    Andy

    #747032

    I understand for this page BUT this impacts every other page on the website that requires a scroll. SLIM isn’t available anywhere with this code snippet.

    #748138

    Do you see what I mean about slim mode on the rest of the site? While it would work on this one page, it doesn’t across the rest of the website.

    #748461

    Hi,

    you’re using some custom code which prevents slime header to show up fully. So remove any custom code you’re using until you find the one which is causing this.

    Best regards,
    Andy

    #748538

    Thanks for the follow up Andy – I do appreciate it. However, if I remove the css you provided:

    #header_main {
    height: 110px;
    border: none;
    }

    …then the SLIM header returns fine on all pages. So I removed it and deleted that css so it’s back to the original layout. Checking custom css on our end now for that one page layout and reply with that I find.

    Dave

    #749345

    Hi,

    I checked your header and things look good for me. So can we close this thread here? Feel free to open a new ticket if you have some more questions about the theme.

    Best regards,
    Andy

    #749533

    Yes, that page works. But try the main one in question again. Notice I took all content out – how do I remove the blue bottom when I selected NO SOCKET / NO FOOTER?

    Thanks!

    #750040

    Hi,

    try this code:

    html {
    background: transparent;
    }

    Best regards,
    Andy

    #750098

    Excellent – that helped a ton. Still getting a white bar before custom content loads in that section – perhaps it from the map, IDK. But this was very helpful Andy!

    Dave

    #750128

    Hi,

    add this code as well:

    header#header {
    height: 113px;
    }
    #header_main {
    border: none;
    }

    Hope this helps!

    Best regards,
    Andy

    #750146

    I kept the border:none change… but the other just pushed down the header so when you’re on a standard page or post, would cover the H1 headline on each page. So removed the height and will have to deal with that one page creating the issue I suppose.

    #751453

    Hi,

    you could also work with page-id, so the height code works only for this specific page: https://en.support.wordpress.com/pages/#how-to-find-the-page-id

    So you can use something like this:

    .page-id-123 header#header {
    height: 113px;
    }

    Best regards,
    Andy

    #755175

    Thanks Andy – will do that until I find another method within our custom code.

    Dave

    #755258

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Andy

Viewing 27 posts - 1 through 27 (of 27 total)
  • The topic ‘Whitespace under logo and main header on custom page’ is closed to new replies.