Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #287102

    Hi

    I wrote in a couple of days ago about the blog not properly resizing in mobile view. The fix worked but today I went through the website and now the blog does not work in full screen mode (ie normal browser window size)…

    The fix provided was the one below, which works for mobile but not in full size… (the side bar moves to the bottom even in full size).

    .responsive .container .nine.units { width: auto !important; }

    Thanks so much. Corina

    #287104

    Hey Corina!

    Please change the code to following one

    @media only screen and (max-width: 768px) {
    .responsive .container .nine.units { width: auto !important; }}

    Cheers!
    Yigit

    #287461

    Thanks Yigit. That worked perfectly.
    All the best, corina

    #287531

    Hi!

    You are welcome Corina, glad we could help! :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog does not resize on mobile… fix broke full size blog’ is closed to new replies.