Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1477484

    Hi Guys,

    I know that it should work by default but it isn’t working, that the Logo out vertically centered with the menu at the desktop. Mobile is everything fine. Can you look into it? Thanks.

    #1477527

    Hey cktanju,

    Thank you for the inquiry.

    Did you add this css code?

    .logo img.alternate {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        opacity: 0;
    }
    

    You can override it with:

    .av_header_transparency .logo img.alternate {
        top: 30px;
    }
    

    This should adjust the position of the logo.

    Best regards,
    Ismael

    #1477545

    Hi Ismael,

    thanks for your answer.

    I did not. That’s the part which is strange.
    I put this quick css in – see below. .

    Before I put anything new into quick css – I’d like to get into the bottom of this problem.
    KR
    Tanju
    .main_color tr:hover
    {​​​​​
    color:#FFF;
    background: #000 !important;
    }

    .slideshow_caption { width: 60%;}
    .avia-caption-title {
    position: relative;
    top: -40px;
    }
    .avia-caption-content {
    position: relative;
    top: -40px;
    }

    @media only screen and (max-width: 767px) {
    .responsive #top #scroll-top-link {
    display: block;
    }
    }

    #header_meta .avia_wpml_language_switch { display: none; }

    @media only screen and (max-width: 1112px) {
    .menu-item {
    display: none;
    }
    .main_menu {
    display: block !important;
    }
    .av-burger-menu-main.menu-item-avia-special {
    display: block;
    }
    }

    div .av_one_fourth {
    margin-left: 2%;
    width: 34%;
    }

    .avia-promocontent * {
    font-size: 20px!important;
    }

    #top .av_promobox .avia-button .avia_iconbox_title {
    font-size: 20px;
    }

    #footer .container {
    max-width: 95% !important;
    }

    #top .av-large-testimonial-slider .avia-testimonial-meta {
    float: left;
    }

    .special-heading-border {
    display:none !important;
    }

    #1477628

    Hi,
    Try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 990px) { 
    .logo .avia-standard-logo-sub img.alternate {
      position: relative;
    }
    }
    @media only screen and (max-width: 989px) {
    .responsive .logo a {
        display: table-cell;
        vertical-align: middle;
        height: 90px;
    }
    }
     @media only screen and (min-width: 990px) { 
     	#header:not(.av_header_transparency) .logo {
     		top: 36%;
     	}
     }

    Best regards,
    Mike

    #1477695

    Hi Mike,

    thanks for your answer, but still it’s not centered with the menu on the right. Sorry. You can look up the result of your CSS online.

    Kind regards
    T

    #1477705

    Hi,
    I checked with an incognito window and it looks like it is working:
    Screen Shot 2025 02 23 at 8.53.27 AM
    Screen Shot 2025 02 23 at 8.54.07 AM
    Try disabling your wp-rocket plugin and clearing your cache

    Best regards,
    Mike

    #1477706

    Hi,
    For tablet
    Screen Shot 2025 02 23 at 9.07.26 AM
    Screen Shot 2025 02 23 at 9.07.54 AM

    Best regards,
    Mike

    #1477707

    Hi Mike,

    true on iPads and mobile everything is Fine, the desktop version is the troubling one.

    I tried all the caching stuff. But still.

    KR
    Tanju

    #1477708

    Hi,

    I’ll check again tomorrow.
    Thanks – I’ll get back to you!

    KR
    Tanju
    Happy weekend

    #1477709

    Hi,
    these images are from desktop:
    Screen Shot 2025 02 23 at 8.53.27 AM
    Screen Shot 2025 02 23 at 8.54.07 AM
    What browser, OS are you using?
    please include a admin login in the Private Content area so we can examine further.

    Best regards,
    Mike

    #1477774
    This reply has been marked as private.
    #1477791

    Hi,
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    #1477875

    Hi Mike –
    I emptied the cache and cleared the history.
    Still on some pages not working.

    I wonder if it is the problem with the cdn Server of GoDaddy. We can’t switch it off.

    image

    KR
    T

    #1477917

    Hi,

    There’s nothing in the code which would affect some page but not others, could you post direct links to pages where it’s not working please?

    Best regards,
    Rikard

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