• Resolved michelgreenwood

    (@michelgreenwood)


    Hello,

    A recent update affected how I’m positioning some images. I have been using negative margin values to move pictures outside their containing elements. Now, that’s not working.

    I’m seeing the “width: 100%” value pasted below as causing the trouble.

    @media (max-width: 767px)
    [class*=grid-]:not([class*=mobile-grid-]) {
    width: 100%;

    It is referring to… wp-content/themes/generatepress/css/unsemantic-grid.min.css?ver=1.3.38

    I’m having difficulty targeting that value in custom css. I would like to change it to “width: 100vw”

    Also, I ‘m seeing a blank space (column) to the right of the html when viewed as mobile. I’m wondering if the above is part of that too.

    Any thoughts would be appreciated. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Sorry about this – there were some changes to the grid. I tried to make sure it wouldn’t make a difference to users, but I can’t foresee custom stuff like this.

    Any chance you can link me to your site so I can see? I shouldn’t be able to provide a fix ??

    Theme Author Tom

    (@edge22)

    I managed to fix the initial bug that caused me to change the grid without changing much at all. You can grab the latest version here: https://github.com/tomusborne/GeneratePress

    This new version should work just as it did before ??

    Thread Starter michelgreenwood

    (@michelgreenwood)

    Hi Tom,

    Thanks so much. After a little more tinkering, I realized that I was making it all too hard. It wasn’t that hard to use the custom css to allow me to keep using margin values to move some pictures.

    Yeah, there’s so way you can foresee how a change will affect people’s custom stuff.

    But, I really appreciate you’re continued updating of the theme. It keeps getting better.

    As for the version you linked above, do you plan to move forward with that one, or keep using the one with the altered grid. Either way works for me, but was just wondering.

    Thanks!

    Theme Author Tom

    (@edge22)

    Glad you found a solution!

    I’ll be moving forward with the version I linked to there, just seeing if any other small issues come up before releasing it here ??

    Thread Starter michelgreenwood

    (@michelgreenwood)

    Ok, thank you.

    Theme Author Tom

    (@edge22)

    No problem!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adjusting updated mobile grid.’ is closed to new replies.