Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Enfold mobile version – center logo and secondary menu #537453

    Hello again,
    First of all, I really appreciate great job of the Support Team.
    But… For some reason I just can’t get this logo centered on mobiles. I cloned the installation of the web to have a test web to play with and spent entire day doing so and I failed to center the logo. I removed all custom CSS, went back from the child to parent theme. For some reason codes you provide to center the logo don’t work on my web. Could you have a look and tell me what I am doing wrong?

    I tried alrady:

    @media only screen and (max-width: 767px)
    .responsive #top .logo {
        width: 100% !important;
    }

    and

    .responsive .logo {
    left: 35%!important;
    position: relative;
    }
    @media only screen and (max-width: 480px) {
    .responsive .logo {
    left: 25%!important;
    position: relative;
    }}

    and

    div .logo {
    float: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    }

    and

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    display: inline-block;
    vertical-align: middle;
    }
    
    @media only screen and (max-width: 767px)
    .responsive .logo {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    }
    }

    Also when I scroll down the menu background turns green like in the picture I pasted in the previous post. Any idea what to modify to have it white?

    Thank you in advance!
    Sebastian

    in reply to: main menu link advanced styling broken after theme update #535237

    Same problem on my website, had to downgrade theme files.

    in reply to: Enfold mobile version – center logo and secondary menu #534715

    Hi,
    I tried on Nokia Lumia 1020, IPhone 5S and Samsung Galaxy S5. On all devices the logo is positioned differently and language menu on top is not centered. Situation gets even worse when moving the mobile to a landscape mode, then both logo and language menu is totally off-centered.
    Adjusting the margin can work only for one device as the screen resolutions differ.
    For some reason I changed something and now I get this green bar behind the menu and I can’t change it. What do I have to change to get rid of the green menu background (see picture attached)?
    Unwanted green menu background

    • This reply was modified 9 years ago by viom.
    in reply to: Enfold mobile version – center logo and secondary menu #529535

    Thanks Yigit,
    Unfortunately still doesn’t work.
    Please find attached screenshot. I used responsitive design view in Firefox as it shows clearly the issue. Neither the logo nor language switcher is centered.
    Check this out:
    http://postimg.org/image/a504b7taf/

    Cheers!
    Sebastian

    in reply to: Enfold mobile version – center logo and secondary menu #525955

    Hi Rikard,
    I noticed it looks not centered on iPhone (please find attached screenshot) and Samsung Galaxy S5. Also the top language menu is not centered.
    Thanks in advance,
    Sebastian

    in reply to: Enfold mobile version – center logo and secondary menu #525033

    Hi Elliott!
    Thanks for the quick reply. Still, language switcher is off towards right.

    Best,
    Sebastian

    in reply to: Video – black lines on the right or left side #492285

    Hi Yigid,

    Thanks! Have done that and seems the lines are gone, but also the control bar background looks weird now. Can you have a look?

    Cheers!
    Sebastian

    in reply to: Video – black lines on the right or left side #491504

    Hi Yigit,
    I suppose it was not exactly that, because in Firefox the problem persists. Have a look:

    Best,
    SebastianFirefox-Video bug

    in reply to: Same tagline or title on every page #491496

    Hi, sure, login details attached. :)

    I also encountered a problem in Safari (both iPhone and MacBook), when smooth page transition is enabled, clicking browser back results in blank page.

    Thanks!
    Sebastian

    in reply to: Video – black lines on the right or left side #490638

    Hi Rikard,
    I am now seeing the lines also in other browsers. Here is the link:
    http://www.vilalta.cat/www/#profile
    The video is in the About/Profile section.

    Best,
    Sebastian

    in reply to: Same tagline or title on every page #490630

    Hi Rikard,
    If I just add it to child themes functions.php, I am having an error and the page loads with non modified functions.php. If I copy the content of enfolds functions.php to the child themes one and add the mod code, I am receiving an error message.

    Best,
    Sebastian

    in reply to: Submenu text centered #490485

    Thanks Elliott,

    It worked as a charm!

    Cheers!
    Sebastian

    in reply to: Same tagline or title on every page #489995

    Hi,
    I am using Enfold child theme but I was not able to make this code working there, it works only when functions.php in enfold folder is edited. Is there any way to make this customization in the child theme only?
    Thanks in advance!

    Best,
    Sebastian

Viewing 13 posts - 1 through 13 (of 13 total)