Search Results for 'mobile menu'

  • poppyd
    Participant

    Hello

    I was wondering if when viewing the website on a small device/phone ie when the 3 small menu lines appear at the top of smaller screens, would it be at all possible to hide the sidebar and allow the main content to float to the top and have full screen width?

    Thanks

     

    Mirela
    Participant

    Hello,

    The landscape is a different layout and it has a different screen size. To edit this, please add this code:

    @media ((max-width: 979px)) {
    #logo img { width: 100%;}
    .mobile_small_menu { margin-left: -41px;}
    }

    Let me know if you need further help.

    Best regards!

    firstpagenorthwest
    Participant

    I see that the code does work, when the phone is held vertically. When the phone is viewed horizontally, the logo once again covers the mobile menu. Please let me know what the fix is for this.

    serenademaio
    Participant

    hi, not sure why it now worked (#6).

    Thank you for all your answers – I have some other questions:

    1. countdown: I reduce the size when on mobile? currently on mobile the numbers overlaps. Also can I change color of te countdown and of the background?

    2. can i add the social icons directly on the right in my menu? I understand how to place them in the social widget ABOVE the menu, but i would like to have them in the menu.

    3. when I visit my website on mobile, the website looks good, but strangely there is a tiny white space on the right of the page, between the page and the end of the screen, as if all the columns were aligned left. Is this normal?

     

    many thanks

    Serena

    Mirela
    Participant

    Hello,

    This requires custom css. If you want a different logo in mobile and only on certain pages, then the custom css code would need to be added only to those page’s custom css box (the gear icon in top-right corner). Try this code:

    @media (max-width:480px){
    .header_wrapper #logo {
     content: url("https://codeless.co/specular/default/wp-content/uploads/2014/10/logo.png");
    }}

    Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look to mobile menu.

    Read this article for more information.

    Best regards!

    riedmankatie
    Participant

    Hello,

    Is there a way to use the light version of a logo for specific pages on the mobile display and dark versions on others?

    How do you change the color of the mobile menu? On some pages it appears gray and others it is white (on a white background so it’s not visible). I haven’t added anything to change this so I’m not sure why the mobile menu color is inconsistent. I would like to have it appear white on some pages and dark on others.

    Thank you.

    Katie

    Mirela
    Participant

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px) {
    #logo img { width: 100%;}
    .mobile_small_menu { margin-left: -41px;}
    }

    Result screenshot. Let us know.

    Best regards!

    firstpagenorthwest
    Participant

    My mobile menu is being covered by my logo. Please let me know how to fix this.

    This is the URL https://d7f.638.myftpupload.com/

    jthomas2016
    Participant

    Hi there, I would like the footer on my mobile view to appear as 2 columns (the 2 menu columns) side by side then the logo underneath, could you tell me how to do that?

    If you look at my credentials you will see my login info.

    Thanks

    Mirela
    Participant

    Hello,

    Sorry for the late reply.
    1-The line below the slider is actually a border. I see this is an added element. If you did not add the custom code then perhaps some plugins you have installed may have added it. Anyway, to remove it please add this code into your custom css box:

    @media (max-width: 480px){
    .header_wrapper.background--dark {
        border-bottom: none !important;
    }}

    I don’t see the white border in the side you are mentioning.

    2- To remove logo from mobile menu overlapping, please add this code:

    @media (max-width: 480px){
    #logo {
        left: 65px !important;
    }}

    Let us know if you need further help.

    Have a nice day!

    Mirela
    Participant

    Hello,

    I checked your site in mobile and the menu does work as it’s supposed to do. Please see the screenshot.
    What do you need to change?

    Let us know.

    Best regards!

    Mirela
    Participant

    Hello,

    1-By default there is no button to automatically open in new tab. But you can use the “button” element of Visual Composer. It is programmed to open in new tab.

    There isn’t a specific code snippet to make all available buttons open in new tabs. You have to find the responsible file and add the “target=_blank” into it.

    2-You can change this using custom css. Add this code into your custom css box:

    @media (max-width: 979px){
    .mobile_small_menu { padding-right: 20px !important;}
    #logo {
        left: 0 !important;
        right: 0 !important;
    }}

    Edit the values until you get what are you looking for.
    Let us know if you have further questions.

    Best regards!

    In reply to: responsive ( Tower)

    ankush shetty
    Participant

    Adding to the above reply.

    Snippet which you gave me regarding menu and logo overlapping in mobiles, it is working well except iphone 5 and smaller screen mobiles.

    @media (max-width: 480px){

    .header_11 #logo {

    margin-right: 8px !important;

    }}

    Please help.

    centralstates
    Participant

    Apologies I do not have a live site to direct you to with my question.

    I’m using a child theme on Tower.

    Two questions.

    First – I am looking to have the standard “button” open to a new page (target=_blank) globally. I do not have the option for this when creating a button and I do not find an option for this in the Tower settings. Is there a code snippet I can add to make all button links open in new pages globally?

    Secondly, I have a question about viewing our site on a mobile phone. I have mobile responsive active. When viewing it, the header at the top has our logo on the right and the hamburger menu on the left. Are there any options to change this? We would prefer our logo on the left and hamburger menu on the right.

    I appreciate any help.

    Your theme is working really well for us. I initially had issues loading the sample pages that come with the theme, but I’m close to launching our site and the process for building pages has been pretty good.

    thanks.

    -d

    In reply to: responsive ( Tower)

    ankush shetty
    Participant

    I had issues with the product page like 3 products was displaying in a single row when viewed on mobile. I wanted to it to be responsive like 1 product in each row

    support guys gave me the below code and it worked also but it has affected the logo now.

    Again the logo is overlapping on the menu in some mobiles.

    without this code it was working well like i mentioned in the prev comment.

    But when i apply this code again i am having probelms’.

     

    @media (max-width: 767px){

    .woocommerce.columns-3 ul.products li.product {

    width: 100% !important;

    }}

Viewing 15 results - 931 through 945 (of 1,327 total)