Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Background Image not fitting ok #228687
    brunorico
    Participant

    Yes!!
    I only had to add some top-padding on the post titles because, on mobile, the post title positioned themselves under the menu bar.

    div > div > div.entry-content-wrapper {
    /*margin-top:20em;*/
    padding-top:15em;
    }

    I’m still triying to get the correct value, but you help us a lot. Thank you!!
    Bruno

    in reply to: Background Image not fitting ok #228372
    brunorico
    Participant

    Hi @tikaram,

    I don’t want a visible menú. All I want is the logo and I love the effect it mekes when you scroll down.

    I’m looking to have a site where images are main content and you can access the detailed info clicking on the title of the post.

    All of this is almost achieved… but I have a problem with the background images overlapping (as the menu is transparent, I can see the images overlapping at the bottom).
    If I change the window size (resizing it with the mouse) it works ok and the images re-scale properly…

    It’s like if the first time I load the site, the size of the screen doesn’t ackoweledge the size of the navigation direction bar… and then it overlaps the images… It’s like I need to add a +1em somewhere to the backround image to fit the size… (or delete from somewhere…) but I’m searching and I can’t find it.

    again, thanks in advance,
    Bruno

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