• The Parallax Slider is great but to height for me. Can i change the height in a css or php file?

    Thx

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Please post your website url.

    I will take a look and see if I can come up with a solution.

    Thanks!

    Thread Starter gfp.78

    (@27eleven)

    Hi Denzel

    You’ll find the page on https://www.27eleven.ch/stankiewitz/
    In the Parallax Slider i’ve posted statements and the space is too big.

    Thx

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    .da-slider {
        min-height: 220px !important;
    }

    Thanks!

    Thread Starter gfp.78

    (@27eleven)

    Thank you Denzel, works perfect

    Do you know where i can find the font-size of the Front Page Content Boxes? I need to change the size (make them smaller)…

    Kind regards

    Hi,

    Please try the following.

    .home-content-boxes h2 {
        font-size: 20px !important;
    }
    .home-content-boxes p {
        font-size: 15px !important;
    }

    Thanks!

    Thread Starter gfp.78

    (@27eleven)

    Fantastic. I take the opportunity to ask you more ??

    The title “stankiewitz_coaching” appears on the mobile version to big and to long. how can i change the font size of the title, but only for the mobile version (p.e. on iPhone 5)?

    Thx and kind regards ??

    Hi,

    Please try the following.

    @media screen and (max-width: 768px) {
     #logo a {
        font-size: 25px !important;
        vertical-align: middle !important;
     }
    }

    You can change the 25px to a bigger number, if you want the title to be bigger.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing height of Parallax’ is closed to new replies.