Menu & testimonial not displaying correctly

Discussion in 'Dzonia WordPress Theme' started by gawainr, Nov 7, 2014.

  1. gawainr

    gawainr Guest

    Joined:
    Jun 12, 2014
    Messages:
    7
    Likes Received:
    0
    Hi

    www.ccvs.co.uk


    Have two small issues:

    with firefox browser the testimonial section doesn't look good, you can see the first part of the next section.

    nav bar overlaps the company logo when resizing screen with safari and firefox

    Is there a fix for these?

    Regards

    Gawain
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 960px)
    .mobile_nav {
    display: inline-block !important;
    text-shadow: 1px 1px 0 #fff;
    }
     
    @media only screen and (max-width: 960px)
    ul.ddsmoothmenu {
    display: none !important;
    }
    }
    .testimonial_holder .testimonial-list {
    width: 339px !important;
    padding: 0 8px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. gawainr

    gawainr Guest

    Joined:
    Jun 12, 2014
    Messages:
    7
    Likes Received:
    0
    Thanks Yogesh

    Thats fixed the testimonial issue.
    The Menu issue persists however, If you resize the window from full size to small there is a transition before mobile that has 'home' over the logo?
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
  5. gawainr

    gawainr Guest

    Joined:
    Jun 12, 2014
    Messages:
    7
    Likes Received:
    0
    on it's way
     
  6. gawainr

    gawainr Guest

    Joined:
    Jun 12, 2014
    Messages:
    7
    Likes Received:
    0
    looking at the intermediate size, it's doesn't render other parts of the page well either.
    Maybe it would just be easier to disable this, i.e. just have the mobile version for phones and the full size?
     
  7. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We have fixed your issue. Please visit your site.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page