Forum Replies Created

Viewing 11 posts - 61 through 71 (of 71 total)
  • Author
    Posts
  • in reply to: Hide youtube title #187646
    This reply has been marked as private.
    in reply to: Hide youtube title #186815

    Thanks Peter, that works, you guys are awesome! :-)
    Next issue: On the mobile screen the logo ends up covering the menu (since it is a floating logo in a separate layer). I need to make the header slightly higher so the logo can fit above the menu. I would really appreciate it if you could help me find the correct CSS to modify.

    Thanks again, I would be lost without you :-)
    /Michael

    in reply to: Hide youtube title #186743

    Thanks Josue, that works. Only problem is that there is a few pixels wrong until you roll over the image, then it aligns perfectly. On the ipad for instance I can’t roll over the image so there the gap remains. Is this rollover function something that I can turn off?

    Once again, thanks.

    in reply to: Hide youtube title #186705

    Now I’ve tried setting the text widget images to 100% and now they are the same size, however there is a bigger gap between the title and the image on the Instagram box and I can’t find the CSS to make them equal. Can you point me in the right direction?

    Thankfully
    /Michael

    in reply to: Hide youtube title #186697

    Or another way to show just one picture from an Instagram user. So the box matches the size of the other two.

    Thanks again
    /MIchael

    in reply to: Hide youtube title #186685

    Next problem: the three boxes in the footer is changing size and not matching. The first two are widgets within Enfold and the third is Alpine Photo Tile for Instagram. I know it’s a third part plugin, but do you have any tips on how I can make them the same size? Also when resizing the browser? Hope you can help. Thanks again /Michael

    in reply to: Hide youtube title #186684
    This reply has been marked as private.
    in reply to: Image spanning from header to footer #182700

    Hi Peter, thanks for your reply. It works, but since the image is added in header.php the image appears in all the rest of the pages, just without the css class. I tried adding a display: none to an extra class without .home in front but then the bottle disappeared everywhere. I’m missing something here. Hope you can help. This is what I tried:

    .home .bottle{
    width: 153px;
    height: 737px;
    position: absolute;
    left: 75px;
    top: 54px;
    z-index: 1000;
    }
    .bottle{
    display: none;
    width: 153px;
    height: 737px;
    position: absolute;
    left: 75px;
    top: 54px;
    z-index: 1000;
    }

    Best regards
    /Michael

    in reply to: Image spanning from header to footer #181836

    Hi Josue, thanks again for your input. This works well for centering the logo. Both the bottle and the logo scales well up and down when resizing the window, and I included a third and fourth CSS, for tablet and mobile portrait view in the custom CSS. Now my next problem is I only want the bottle on the start page, how do I do that?

    Thanks again for your help, hope you can sort this one out as well.
    /Michael

    • This reply was modified 10 years, 6 months ago by musklick.
    in reply to: Image spanning from header to footer #181274

    Hi again, I’ve experimented with having the bottle in a fixed position, which I think works and a smaller sized bottle for the mobile screen. Getting there. However the logo doesn’t quite work, it needs to be centered, can I use “display: block” with margins set to auto to have the logo centered? But when I try that the logo gets centered but also pushes the menu below and breaks the page hat way. Or is there a smarter way?

    in reply to: Image spanning from header to footer #181268
    This reply has been marked as private.
Viewing 11 posts - 61 through 71 (of 71 total)