• Resolved philiber

    (@philiber)


    Hello!I would like to show all the pictures of my background composition,(1920x1280px)
    How can i do it? another size should be better?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter philiber

    (@philiber)

    oh, another thing…the text logo : “fotosparaguay.com” appears too long on mobile devices, and he word it’s cut…it’s posible to change teh size of this text for mobile device?
    thanks!

    Plugin Author Ales

    (@alesmal)

    Hello, for the logo use this custom CSS in CMP Settings:

    .text-logo {
        font-size: 1em;
    }

    regarding the image, since Construct theme is using parallax effect, the image must be always a little bigger then viewable area to achieve the effect, therefore you cannot show your whole image..

    Ales

    Thread Starter philiber

    (@philiber)

    Thanks Ales! just for my image, what is the viewable size in px? I suppose that if I prepare my image in the correct size in pixel i will see the whole image start to final parallax effect, no?

    Plugin Author Ales

    (@alesmal)

    Well it depends on how much the user scrolls and viewport size..

    But you can try to play with this snippet:

    @media only screen and (max-width : 1920px) {
        .section-banner {
            height: 500px;
        }
    }

    where you can change the height for example to 600px or 700px for full hd resolutions

    Ales

    Thread Starter philiber

    (@philiber)

    ok thanks Ales!

    Philippe

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Graphic Background’ is closed to new replies.