• Resolved williambrennan

    (@williambrennan)


    I’m glad that we finally got SSL compatibility. I have noticed however that with SSL, there is still a formatting issue – extra spaces. It really does make the page harder to read and is going to in turn decrease time that users spend on the site.

    Please fix this promptly, we can’t afford to have ongoing bugs like this.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • That appears to be due to your theme, William.

    If you take a look at this CSS, on line 3205 of the style.css:

    
    #dsidx-listings .dsidx-primary-data, #dsidx-listings .dsidx-secondary-data {
    	padding-left: 270px;
    	display: inline-block;
    }
    

    and comment out the display: inline-block as follows:

    
    #dsidx-listings .dsidx-primary-data, #dsidx-listings .dsidx-secondary-data {
    	padding-left: 270px;
    	/* display: inline-block; */
    }
    

    then clear your cache and reload the page, it should line up correctly.

Viewing 1 replies (of 1 total)
  • The topic ‘Formatting Issues with SSL’ is closed to new replies.