• Hello.
    I’d like to resize the left sidebar of the Flash theme.

    I arbitrarily adjust #primary, #secondary of style.css, but there is a problem with mobile view.

    Please tell me how to fix it! 🙂

    I think Responsive.css file fix it right?

    ————–
    1. I hope it can be applied to child theme.
    i want resize it. this.
    #primary
    width: 77.5%;

    2. I want it to look normal on the mobile view.

    3. Is the free theme available for business use?

    • This topic was modified 6 years, 8 months ago by operet.
    • This topic was modified 6 years, 8 months ago by operet.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter operet

    (@operet)

    I fix it.

    solution is.
    #primary { float:left; width: 77.5%; }
    #secondary { float: right; width: 20.22%; }
    @media (max-width: 812px) { width: 100%; }
    @media (max-width: 1366px) { width: 100%; }

    I have question number 3. 🙂

    Hey,

    Glad to know you have fixed it. For your third query, could you contact us via our chat support through our ThemeGrill official website?

    We hope you are finding flash theme interesting. We would really appreciate for the review.

    Good Day,
    Best Regards.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Left Sidebar resize the problem!’ is closed to new replies.