Home Forums Gillion Theme Responsive Design Reply To: Responsive Design

Home Forums Gillion Theme Responsive Design Reply To: Responsive Design

Solution for this topic

Hi @bjd407,

 

I hope you are well today and thanks for posting here.

 

I could confirm the issue on my test site using theme post layout to standard mini therefore notified the theme developer about this so that it will be fixed.

 

The issue will be fixed ASAP.

 

In the meanwhile you can try resolving the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

@media (max-width: 1025px){
#wrapper #content {
    margin: 0;
}
}

 

Best regards,
Shufflehound team