smartphone design in 2 columns ok, 3 columns wrong

Home Forums Gillion Theme smartphone design in 2 columns ok, 3 columns wrong

Home Forums Gillion Theme smartphone design in 2 columns ok, 3 columns wrong

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • ecomyseo
    Participant

    Responsive design, smartphone
    When I choose to see the posts in 2 columns, it looks good
    When I choose to see the post in 3 columns you see BAD

     

    Attachments:
    You must be logged in to view attached files.

    Hi @ecomyseo,

     

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

     

    I could confirm the issue on my test site 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: 767px){
    .blog-style-cover.columns3 .post-style-cover {
        width: 100%!important;
    }
    }

    Best regards,
    Shufflehound team

    The issue is fixed in the following latest version of theme so please update your theme to the latest version.


    Please login to access this file

     

    You can update it by either deleting existing theme and then install latest theme version of it or use the following plugin to update the theme.

     

    https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

     

    After activating the above plugin just install the downloaded theme on your site.

     

    You won’t lose your site content after updating the theme but for safer side you can take backup of your site before updating the theme.

Viewing 3 posts - 1 through 3 (of 3 total)