Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #733759

    Hello,

    This is a fresh WordPress and Enfold install. The “Title_container” is not showing on Desktop; only on mobile (i.e small screen).

    I have the top sub menu activated in which an image is displayed, however, the Title_container is not pushed down because of the additional height and the logo area is just displayed above it; though hiding it. If the topbar is anything more than 30px in height that will affect the Title_container. I believe there should be a CSS edit to fix this.

    Thanks,

    #733911

    Hey kateclow,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 183px !important;
    }

    Best regards,
    Rikard

    #735254

    Thank you, Rikard. It did work, however, it caused a problem when activating the transparent header; it’s not transparent any more.

    #735752

    Hi,

    Try adding this css code in Quick CSS just below Rikard’s code:

    .html_header_top.html_header_topbar_active.html_header_sticky #top .av_header_transparency + #main {
        padding-top: 0 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #735787

    Thanks, Nikko, It worked. However, I am surprised there is no simpler fix. It seems like there is a “clear” attribute missing or something but couldn’t figure it out.

    #736220

    Hi,

    At the moment we couldn’t give you any other solutions. The “clear” attributes function should be clearing floats, I think the other fix to that is to modify some js scripts which I’m not so good at. :( As for now, this is the fix we can give.

    Regards,
    Nikko

    #737006

    Unfortunately, the CSS code Rickard provided causes a problem in the mobile/small screen view with this 183px being visible as an empty space.

    Still believes CSS might not be the right approach.

    #737015

    Hey!

    That can be fixed, if you use Media Queries, to solve that problem.

    let us know if we can do anything else for you.

    Regards,
    Basilis

    #737021

    Thanks, Basilis, that solved it. Hope you can fix this in the next theme update.

    #737137

    Hi,

    Thanks for the feedback, we’ll have a look at adding it to the theme.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.