Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #797326

    Hi all,
    I’m using enfold and I have some problem with the mobile version.
    I need to move the cart icon and the menu under the logo in the mobile version. I’ve been trying with several different css code but nothing seems working. Can you help me please?
    Thanks

    #797380

    Hey Lura1988,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #797532

    Hi Rikard,
    sure, I am bulding the website offline at

    #797548

    Hi,

    Unfortunately, the site you are working on is not online and we have no way to access it. Can you try to show a screenshot instead?

    Best regards,
    Nikko

    #797571

    Hi Nikko,

    thanks for your reply
    I also have a problem with the background because as you can see from the file attached the header colour spreads in the description box.
    I am also trying to import a shopping bag (from fontello) but once that I import the icon and I go to another page the file disappire. Could you help me also with these issues?

    Many thanks

    #797598

    Hi,

    Just checked the screenshot and I think that’s pretty hard to guess the right css code, I think we would really need your site to be online so we can atleast inspect it with a firebug or a web inspector :(

    Best regards,
    Nikko

    #797623

    Hi Nikko,

    I see. I ‘ll finish few things and I ‘ll put it online. So you can have a look.

    many thanks

    #798031

    Hi,

    Ok, thanks for that. Just let us know when you have something we can have a look at.

    Best regards,
    Rikard

    #798427

    Hi all,

    the website is online, (maintenance page) so if someone could give it a look and see if you can help us with the issues that would be great.
    http://www.osylia.com

    #798827

    Hi guys,

    please let me know if you need more info.
    Many thanks

    #799269

    Hello?!

    #799640

    Hi Laura,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
      width: 50%;
    
    }
    .responsive #top .logo img {
        opacity: 1;
    }
    }
    

    This is a bit different solution, but a good one for mobile. Let me know what you think.
    If you need further assistance please let us know.
    Best regards,
    Victoria

    #799643

    Hi Victoria,

    thanks for answering!

    unfortunately, the logo just disappeared.

    Anyway now my first issue is that all the background in the mobile is black even if in general style is set up white.
    Furthermore the fontello shopping bag, i am having a lot of trouble as I cannot see it

    thanks for helping

    #799648

    I fixed the background, it was a wrong CSS.
    I am looking to have a black header in the mobile version. Do you have any CSS for that?

    #799661

    1) about the black mobile header

    the following code doesn’t work in my case
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
    background-color: black !important;
    }
    }

    2) if I inspect the fontello icon doesn’t even have the shopping bag shape but just a cricle

    #799903

    Hi,

    we finally find a solution for the shopping bag.

    I had the following code to have the black header mobile

    #header_main.container_wrap.container_wrap_logo {
    background-color: #000000;
    }

    but now I cannot see the white logo. any help?

    thanks

    #800101

    Hi,

    menu and cart icon are already under your logo: http://i.imgur.com/paZgQ3P.png
    So seems you could fix it.

    Please use different tickets for different questions/issues.

    Best regards,
    Andy

    #800104

    Hi,

    yes, I just fixed it.

    – But now I have to much white space between the mobile menu and the pages. How can I fix it?
    – Also the logo needs to have some black margin on the top and bottom because now it is squeezed.
    – And I cannot find a code to stick the mobile cart icon on the right corner.

    Could you help me with these issues?

    Many thanks

    #800106

    I used the following codes

    #header_main.container_wrap.container_wrap_logo {
    background-color: #000000;
    }

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo {
    width: 100%!important;
    }
    .responsive .logo img {
    margin: auto;
    }
    .header_color img {
    padding-top: 0;
    }
    #header {
    height: 220px!important;
    }
    #advanced_menu_toggle {
    top: 150%;
    right: 46%;
    }
    }

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
    top: 150%;
    right: 1%;
    }
    }

    #800258

    I fixed most of the issues! I ll open a new ticket for the last 2!

    thanks anyway

    #800330

    Hi Lura1988,

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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