Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1092506
    markusp80
    Participant

    Hi!

    I have ubermenu activated and it works fine on all pages, and almost on all blog posts. My second latest blog post have another menu and the headings are also different. The URL for this blog post: http://www.markusp.se/frysa-snabba-rorelser-med-hypersync-och-speedlites/

    Check the other pages on my website, they look like they should, how come this one blog post is different?

    /Markus

    #1092508
    markusp80
    Participant

    Attaching a screenshot. Looks the same in both Firefox and Chrome.

    #1092910
    Rupok
    Member

    Hi Markus,

    It seems you have added some custom CSS to modify the design. Can you confirm you added them to apply globally through Customize > Custom > CSS? Or how you are using your styles?

    Let us know a bit details.

    Cheers!

    #1093192
    markusp80
    Participant

    Yes, I hace done some modifications. Custom CSS looks like this:

    @media (max-width: 979px) {
      .x-navbar .x-nav-collapse .x-nav   li a {
        display: inline;
        line-height: 3.2em;
      }
    }
    
    .x-navbar .desktop .x-nav li>a>span:after {
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
    }
    
    .sdm_download_link {
    text-align: center; display: block; margin-left: auto; margin-right: auto;
    }
    
     .x-navbar {
    opacity: 0.95;
    }
    
    @media (min-width: 1168px) and (max-width: 1237px) {
        .home #x-content-band-3 h1.h-custom-headline {
            font-size: 75px !important;
        }
    }
    
    @media (max-width: 1167px) {
        .home #x-content-band-3 h1.h-custom-headline {
            font-size: 63px !important;
        }
    }
    
    .x-header-landmark {
      margin-top: 80px;
    }
    
    .ubermenu .ubermenu-submenu .ubermenu-column-auto {
        min-width: 40px;
        width: auto;
    }

    But, that doesn’t matter. I restarted my computer and now everything looks fine! 🙂 It was just one blog post so it must have been cached in my browser.

    #1093263
    Christian
    Moderator

    Glad you’ve sorted it out. 🙂

  • <script> jQuery(function($){ $("#no-reply-1092506 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>