Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #194283

    Hi,

    I’ve got a ONE page homepage and trying to realise two things:

    1. I got a template with ‘no header and no footer’ is it still possible to show the socket?
    2. I’ve got a picture in a color section set to ‘center center’ and ‘fixed’ with a cutom id is it possible to only change the ‘fixed’ state to ‘scrolled’ for ipad and iphone with a media querie?

    http://woodkings.nl/

    Cheers Herrbirk

    #194515

    Hi herrbirk!

    It’s possible, for 1 simply use a normal Page template (not blank), then target it via ID and hide the header/footer:

    .page-id-2251 #header, .page-id-2251 #footer {
       display: none;
    }

    For the second request, you can make use of the already created media queries located here, just put your code inside the mobile block.

    Regards,
    Josue

    #195290

    Damn brilliant!

    Cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘One page question socket and scrolled images’ is closed to new replies.