upgrade to latest version

Support Area Forums Elite upgrade to latest version

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://http://deejaysclub.gr/
  • Author
    Posts
  • #24627
    faos1
    Participant

    Hi, after upgrading to the latest Elite version, I got some problems on my home page.

    It seems that all content squeezed to the first column.
    I think it might the upgrade, or it is something else?

    Could you look at it?

    thanks

    Attachments:
    #24632
    Bill Robbins
    Moderator

    You’re absolutely right. We did change the featured page widget’s width so that you can fit three in a row in one section.

    You can add this snippet at the bottom of your child theme’s style.css file to roll it back to the original way:

    
    @media only screen and (min-width: 1024px) {
    	
    	.page-template-page-home-template-php .widget.featuredpage {
    		float: none;
    		margin-left: 0;
    		margin-right: 0;
    		width: 100%;
    		text-align: left;
    	}
    
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
    	
    	.page-template-page-home-template-php .widget.featuredpage {
    		float: none;
    		margin: 0 auto 30px;
    		width: 100%;
    		text-align: left;
    	}
    
    }
    

    Let me know if you run into any trouble there.

    Thanks,
    Bill

    #24634
    faos1
    Participant

    You are so SUPER fast Bill,

    my regards to your great service

    ps I add what you said and it works fine, now

    d

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘upgrade to latest version’ is closed to new replies.