This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

alexborg

  • ***
  • 73 posts
Problem Gamma ... View your blog on iPhone
« on: July 10, 2021, 03:36:47 PM »
Hello! There is a bug in the Gamma theme ... probably in the Style.css theme file ... the blog does not display nicely on mobile phones, is spread without margins and is not visually beautiful as with the Alpha or Delta theme ... the latest blog 1.4 has been tested .1 plugin on the latest Gamma 1.5 .0 theme.
Please correct the Gamma theme.

« Last Edit: July 12, 2021, 10:54:35 PM by alexborg »
Oglasi

*

MB Themes

Re: View your blog on iPhone phones
« Reply #1 on: July 10, 2021, 05:31:59 PM »
I would say it was fixed some time in blog plugin or gamma theme, will check later.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alexborg

  • ***
  • 73 posts
Re: View your blog on iPhone phones
« Reply #2 on: July 10, 2021, 05:37:28 PM »
Only on the Gamma template the text is not centered properly ... checked on iPhone 8, X and 12 pro ... on Android we did not test.  Tnx !
Oglasi

Marked as best answer by alexborg on July 23, 2021, 04:06:57 PM
*

MB Themes

Re: Problem Gamma ... View your blog on iPhone
« Reply #3 on: July 22, 2021, 12:19:11 PM »
@alexborg
Remove this code from style.css:
Code: [Select]
#blg-body {padding:0;}
add this code to respoinsive.css after line @media screen and (min-width: 1081px) {   (it's start of document):
Code: [Select]
#blg-body {padding:0;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alexborg

  • ***
  • 73 posts
Re: Problem Gamma ... View your blog on iPhone
« Reply #4 on: July 23, 2021, 04:03:47 PM »
Problem solved. Thanks a lot for the support!
Oglasi