Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1301156

    I have made the top bar bigger and this in turn has made the bottom most part of the logo/menu area overlap the content (see attached).

    I fixed the home page by altering the custom CSS under advanced layer slider.

    How can I make this work for the inner pages???

    #1301278

    Hey whdsolutions,

    I’m not seeing an overlap. Were you able to get this fixed?

    Best regards,
    Jordan Shannon

    #1301360

    Every inner page the image goes under the menu

    Screenshot-2021-05-20-121145

    #1301455

    Hi,

    I’m still not seeing the issue. I believe it may appear that way due to the green menu underline, but that is actually intentional by design.

    Best regards,
    Jordan Shannon

    #1301557

    Is there anyone else out there that can help :(

    #1301776

    Hi,
    Thank you for your patience, when I look at your page I see this css which I believe you have added?

    .html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:307px; } 

    if you change the padding-top:307px; to padding-top:330px; this should be corrected. After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1301985

    I have not added any of that – this is my custom CSS

    #header_meta .container {
        min-height: 50px;
    }
    .phone-info {
        line-height: 2.35em;
        font-size: 1.0em;
    }
    #top .social_bookmarks li a { 
        font-size: 22px; 
        margin-top: 10px;
    }
    #top .social_bookmarks li {
        border: none;
    }
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 2.0em;
        color: #ffffff !important;
    }
    #top .av-large-testimonial-slider .avia-testimonial-content {
        font-size: 1.1em;
        line-height: 1.6em;
    }
    .av-special-heading-h2 .special-heading-border {
        display: none;
    }
    .html_modern-blog #top .post-entry .blog-categories {
        display: none;
    }
    .html_modern-blog #top .post-entry .post-meta-infos, .html_modern-blog .avia-content-slider .slide-meta {
        display: none;
    }
    .main_color .special-heading-inner-border {
        display: none;
    }
    
    
    #1302201

    Hi,
    Ok, then please try adding this:

    .html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:330px !important; }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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