full screen

Discussion in 'Woodpecker WordPress Business Theme' started by florenzovillas, Nov 21, 2014.

  1. florenzovillas

    florenzovillas New Member

    Joined:
    Aug 29, 2014
    Messages:
    4
    Likes Received:
    0
    How can i make the page completley full screen?

    So that i only have the large slider pictures and nothing under it.
    So remove the 3 picture blocks, the text, the video blocks and footer

    Somebody can assist me?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .home .content-container{
    display:none;
    }
    .home .footer-wrapper
    {
    display:none;
    }
    
    Thanks & Regards
    Pramod
     
  3. florenzovillas

    florenzovillas New Member

    Joined:
    Aug 29, 2014
    Messages:
    4
    Likes Received:
    0
    ok, perfect. Worx great. Thanx for the fast response.

    Now, here at www.mahona-lasterrenas.com.
    is there a way to make the picture alwyas full screen. Below the picture is a footer and open space. Depends on which browser i use.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please explain it little bit more want to remove last strip also?

    Thanks & Regards
    Pramod
     
  5. florenzovillas

    florenzovillas New Member

    Joined:
    Aug 29, 2014
    Messages:
    4
    Likes Received:
    0
    ok. Here at www.mahona-lasterrenas.com. I also enclosed a printscreen.
    On the bottom you see a black footer. I want the picture to be always totally full screen. Picture totally filling.

    Also, is it possible to make the header and the menu with menu bar transparant?
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .home .footer-copyright-wrapper {
    display: none;
    }
    You can not make them transparent.

    Thanks & Regards
    Pramod
     

Share This Page