• Hi,

    I am using onepress wordpress theme, and I have a problem. There seems to be an empty above my first section, due to a problem in the header.
    I cannot find any way to remove this space.

    This is the html code from the dev tools for the header. There seems to be a div with a .followWrap class around the header, with a specific height attribute. Even if i try to overwrite it with custom css, the code doesn’t see the custom css.

    Any ideas to why is this happening?

     <div className="followWrap" style="height: 113px;">
                <header id="masthead"
                        className="site-header header-full-width is-sticky no-scroll no-t h-below-hero header-fixed"
                        role="banner" style="top: 32px;">
                    <div className="container">
                        <div className="site-branding">
                            <div className="site-brand-inner has-logo-img no-desc">
                                <div className="site-logo-div"><a
                                    href="https://artsivourtsalab.gr/?customize_changeset_uuid=a4c9bda0-943d-4b16-84a6-ee131b04c4d5&customize_autosaved=on"
                                    className="custom-logo-link no-t-logo" rel="home" itemProp="url"><img width="414"
                                                                                                          height="93"
                                                                                                          src="https://i0.wp.com/artsivourtsalab.gr/wp-content/uploads/2022/06/cropped-μακετα-ευθεια-e1654793338913.png?fit=414%2C93&ssl=1"
                                                                                                          className="custom-logo"
                                                                                                          alt="logo"
                                                                                                          loading="lazy"
                                                                                                          itemProp="logo"
                                                                                                          srcSet="https://i0.wp.com/artsivourtsalab.gr/wp-content/uploads/2022/06/cropped-μακετα-ευθεια-e1654793338913.png?w=414&ssl=1 414w, https://i0.wp.com/artsivourtsalab.gr/wp-content/uploads/2022/06/cropped-μακετα-ευθεια-e1654793338913.png?resize=300%2C67&ssl=1 300w"
                                                                                                          sizes="(max-width: 414px) 100vw, 414px"></a>
                                </div>
                            </div>
                        </div>
                        <div className="header-right-wrapper">
                            <a href="#0" id="nav-toggle">Menu<span></span></a>
                            <nav id="site-navigation" className="main-navigation" role="navigation">
                                <ul className="onepress-menu">
                                    <li id="menu-item-27"
                                        className="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-27 onepress-current-item">
                                        <a href="https://artsivourtsalab.gr/?customize_changeset_uuid=a4c9bda0-943d-4b16-84a6-ee131b04c4d5&customize_autosaved=on#about"
                                           aria-current="page">ΤΟ ΕΡΓΑΣΤΗΡΙΟ</a></li>
                                    <li id="menu-item-1420"
                                        className="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-1420">
                                        <a href="https://artsivourtsalab.gr/?customize_changeset_uuid=a4c9bda0-943d-4b16-84a6-ee131b04c4d5&customize_autosaved=on#itinerary"
                                           aria-current="page">ΠΡΟΓΡΑΜΜΑ</a></li>
                                    <li id="menu-item-1417"
                                        className="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-1417">
                                        <a href="https://artsivourtsalab.gr/?customize_changeset_uuid=a4c9bda0-943d-4b16-84a6-ee131b04c4d5&customize_autosaved=on#services"
                                           aria-current="page">ΜΑΘΗΜΑΤΑ</a></li>
                                    <li id="menu-item-1251"
                                        className="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-1251">
                                        <a href="https://artsivourtsalab.gr/?customize_changeset_uuid=a4c9bda0-943d-4b16-84a6-ee131b04c4d5&customize_autosaved=on#gallery"
                                           aria-current="page">Gallery</a></li>
                                    <li id="menu-item-1886"
                                        className="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-1886">
                                        <a href="https://artsivourtsalab.gr/?customize_changeset_uuid=a4c9bda0-943d-4b16-84a6-ee131b04c4d5&customize_autosaved=on#latest-news"
                                           aria-current="page">Νεα</a></li>
                                    <li id="menu-item-1419"
                                        className="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-1419">
                                        <a href="https://artsivourtsalab.gr/?customize_changeset_uuid=a4c9bda0-943d-4b16-84a6-ee131b04c4d5&customize_autosaved=on#contact-us"
                                           aria-current="page">ΕΠΙΚΟΙΝΩΝΙΑ</a></li>
                                </ul>
                            </nav>
                            <!-- #site-navigation -->
                        </div>
                    </div>
                </header>
            </div>
    • This topic was modified 2 years, 1 month ago by elexandri.
    • This topic was modified 2 years, 1 month ago by elexandri.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Can you please share some screenshots of the issue? If it is the space under the header and above the section title, it is the section space.

Viewing 1 replies (of 1 total)
  • The topic ‘Empty space above first section. Div with .followWrap class containing header’ is closed to new replies.