Mobile view

This support request was posted in Paeon by IceTigers

Request ID #4487 In Progress
  • Hello guys,
    there a two problems with the mobile view. In an other topic you wrote that the “call now” is not displayed because of space problems. But also the contact details are not displayed under the contact template. So how should my customers get my telephone number?
    Problem number two: the footer nav isn’t showed in the mobile view. So it makes no sense to create diferent header and footer navigation because it’s not possible to reach the footer nav in the mobile view.

    Any workarounds provided?

    Maybe you need this:

    You are running the theme: Paeon
    Version: 1.1.0
    Your Framework version for this site: 1.1.5

    Juanfra Aldasoro

    Hello There,

    Thanks for writing. Yes, for the responsive version of the Theme, due to design decisions, there are some elements that are hidden. You can insert the telephone number in the contact page description and your users will have access to it.

    These design decisions have to do with the lack of space in smaller resolutions to display the same amount of information as the desktop version. But the information is there, and it is hidden with CSS rules. You can always add some custom CSS in order to display whatever you want/need.

    For example, for the contact sidebar:

    @media screen and (max-width: 1024px) {
    body.page-template-template-contact-php #sidebar{
    	display: block;
            width: 100%;
    }
    }
    

    The same applies to the footer navigation:

    
    @media screen and (max-width: 1024px) {
    #footer-navigation{ display: block; }
    }
    

    Please remember that we have certain suggestions when it comes to adding custom CSS: http://nicethemeswp.com/support/theme-docs/paeon/#custom-css

    Best,
    Juan.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server