Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #587491

    How can i increase the size of my logo in mobile view?

    #588152

    Hi j_arendall,

    Looks like you’ve got the site in maintenance mode, please post admin login details and we’ll have a closer look.

    Regards,
    Rikard

    #588599

    Info below,

    I would like to increase the logo size on Mobile view, and on the sticky area.

    In the top area, i would also like to increase the font size. Where the phone number and 2 links are.

    thanks

    #589315

    Hi!

    We are working on your ticket please wait while we update the results here soon.

    To increase the font size of the phone number and the menu we have added the below CSS in Enfold > General Styling > Quick CSS

    /*font size */
    
    #top .av_header_transparency .phone-info {
        font-size: 20px!important;
    }
    #top #wrap_all .av_header_transparency .sub_menu a {
    	font-size:20px!important;
    }

    The logo looks great in mobile devices but if you still want to increase it please add the below CSS in quick css

    
    /* Logo Size*/
    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        min-height: 180px!important;
        min-width: 340px!important;
    }
    }

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 1 month ago by Vinay.
    #591847

    Thanks! Mobile logo looks good.

    Regardign the first part, for the top bar. If you notice on other pages besides home like this page: http://obmwatersports.com/parasailing/
    I have dont have it set to Transparent header, so the top font is small on PC and Mobile View.

    Does that make sense?

    I am also having someone view on iphone and the Slider on home page photos look small. See here :

    #592161

    I think the banner is fine now. However, still need to have the very top area consistent with Home page.

    Also, is there a way to get the menu to shift into mobile view when viewing on ipad?

    See here: http://obmwatersports.com/image1-2/

    #592455

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling to activate the mobile menu for ipad as well:

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

    Thanks,
    Rikard

    #592629

    ipad issue fixed.

    But how do i get the top bar of this type of page: http://obmwatersports.com/parasailing/

    To be like this type of page http://obmwatersports.com/jet-ski-tours/ So the font is larger and white?

    #592824

    Hey!

    Please add following code to Quick CSS

    #header_meta * {
        color: white;
        font-size: 20px;
    }

    Regards,
    Yigit

    #592915

    Almost there. Now the top header is gone in mobile view when on a transparent page.

    #592960

    Hi!

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

    @media only screen and (max-width: 767px) {
    #top .av_header_transparency #header_meta {
        background: #8dd8f8!important;
    }}

    Best regards,
    Yigit

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