• Resolved pannikolov

    (@pannikolov)


    Hello there,
    Thank you for your theme. I spot a problem that is very unprofessional. At mobile devices default browser the theme is a mess!
    Can you please check it out, becuse the theme is awsome and we don’t want to change it!

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • stephencottontail

    (@stephencottontail)

    Can you post a link to your site?

    Thread Starter pannikolov

    (@pannikolov)

    stephencottontail

    (@stephencottontail)

    What in particular doesn’t look right to you? The only thing that jumps out to me is the section headings overflow the window width, which you could fix with some custom CSS:

    @media only screen and (max-width: 767px) {
    	.intro h2 {
    		font-size: 56px;
    	}
    }

    If you’re on WordPress 4.7, you could use the built-in custom CSS option at Dashboard > Appearance > Customize > Additional CSS; otherwise, you could either use a custom CSS plugin or a child theme.

    Theme Author Themes4WP

    (@themes4wp)

    Hi
    What is exactly the problem? Could you be more descriptive?

    Thread Starter pannikolov

    (@pannikolov)

    I think after an update problem fixed, Thank you all!

    Theme Author Themes4WP

    (@themes4wp)

    v1.2.5 fixes portfolio images on Safari browser.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mobile devices problem!’ is closed to new replies.