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

    There seems to be some conflict with a button with easy slider. Please see http://investormanage.staging.wpengine.com/about-us/ (hosted on WPengine) page. We have added a picture in full screen using easy slider and using a CTA button “Request a Quote” towards the footer. Now when we check the site in mobiles or small resolutions, the blue button looks cutoff. Please see screenshot here http://screencast.com/t/GZnijJICSAV

    #483997

    Hi vinayb!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 560px) {
    #cta-mms-demo-about .avia_iconbox_title {
        font-size: 14px;
    }
    #cta-mms-demo-about .avia-button-fullwidth {
        padding: 5px;
    }}

    Cheers!
    Yigit

    #484009

    Also on the same site, while viewing the site on iPad (wider resolution), the menu doesn’t convert to icon even when i have the “Header Mobile Menu Activation” for both mobile and tabs. Please suggest.

    #484018

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.