Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #198986

    Hello, is there a chance to get the slider behind the header area? And of course set the header area to a transparency of about 50 %.

    My id_main is 88 px away from the top, therefore a padding of -88 should do this work.
    Can i realize this this way? But how do i get the header area to a transparence?

    Cheers,
    Markus

    #199058

    Hey Markus!

    Can you post the link to your website?

    Regards,
    Yigit

    #199413

    Hello Ygit,
    siteurl is polyscale.m3ms.de.

    Cheers,
    Markus

    #199420

    Hi!

    Please add this on your custom.css or Quick CSS:

    #main {
    position: relative;
    top: -88px;
    }
    
    .header_bg {
    opacity: .5;
    filter: alpha(opacity=50);
    }

    Regards,
    Ismael

    #199425

    Hello Ismael,
    this works perfect.

    Thank you!

    Cheers,
    Markus

    #199428

    I was to quick. :-)
    Take a look at some other site:
    I got the breadcrum activatet, but it is positioned above the menu now.

    http://polyscale.m3ms.de/lichtleiter/

    Cheers,
    Markus

    #199435

    Hey!

    You can use this instead:

    #layer_slider_1 {
    position: relative;
    margin-top: -88px;
    }

    Regards,
    Ismael

    #199444

    Hello Ismael,
    thank you for the quick answers.
    It works.

    Cheers,
    Markus

    #199445

    I got some other question, i think it will be easy to solve for you.

    Right now i got an iconbox at the home site.
    How do i hide this icon from the top?

    And if i use the icon on left the box has no padding.
    How can i fix this, when i want to use the icon-on-left box?

    Cheers,
    Markus

    #199513

    Hi!

    If you would like to remove icon only on homepage, please use following code

    .home .iconbox_top .iconbox_icon { display: none; }

    you can remove .home if you would like to make the changes globally.
    To increase padding on iconbox left

    .iconbox_left .iconbox_content { padding: 20px; }

    Cheers!
    Yigit

    #199516

    Hi Yigit,
    thanks for these helps.
    But how do i get the box moving up so that they are at the same level like the “non-top-boxes”?
    I tried with: .iconbox_top { margin-top: -20px;}
    But this doesn´t work.

    Cheers,
    Markus

    #199535

    Hi Markus!

    Can you post a screenshot show the changes you would like to make?

    Regards,
    Yigit

    #199538

    Hi Yigit,
    just take a look at: http://polyscale.m3ms.de/

    All the three boxes shall have the same level at the top.

    Cheers,
    Markus

    #199541

    Hi!

    Please add following code to Quick CSS

    #top .iconbox { margin-top: 20px; }

    Cheers!
    Yigit

    #199542

    Thats it,
    thank you.

    Cheers,
    Markus

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Slider under Header’ is closed to new replies.