Okay
  Public Ticket #348210
Layout and Loading issues
Closed

Comments

  • Alfred started the conversation

    Hi,

    For some reason my header logo and navigation menu are being displayed as full width rather than in line with the center elements of the website. I thought this was to do with the Ascend theme version, but it also happens in Original.

    Secondly, for some reason, whenever I click any links, the website does not load the page. It displays a loading animation, then a blank white screen. The page is viewable, however, if I go there directly from the url, but clicking on it does not display it.

    Thanks

  •  8,425
    Tahir replied

    Hey! 

    You will have to set the fullwidth option in Salient Theme Options -> Header Section . 

    As regards the loading animation please set Ajax Transition method to Standard in Salient Theme Options -> Page Transition Section. 

    Thanks 


    ThemeNectar Support Team 

  • Alfred replied

    Hi Tahir, 

    Your advice fixed my problem, but I am having some trouble getting the result I want.

    I am using a square logo for the website, and want the logo to be exactly in line with the left edge of the header (in boxed layout) as well as be perfectly flush with the top and bottom of the header.

    The website linked is constantly changing, so it might not show exactly what I'm experiencing, so I've attached two images. The first is what I currently have, the second is what I'm trying to achieve (photoshopped)

    Thanks!

  •  8,425
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        body header#top #logo img {
            height: 58px!important;
            margin-top: -20px!important;
            
            margin-left: -13px;
        }
    
    
        
    
    
    }
    #header-outer[data-format="centered-menu"] header#top .span_3 {
        left: -4.35% !important;
    }
    
    
    
    Thanks 


    ThemeNectar Support Team