0
Welcome Guest! Login
0 items Join Now

SOLVED Gantry5 box-shadow css

    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    SOLVED Gantry5 box-shadow css

    Posted 7 years 10 months ago
    • Hello,

      I have 4 .g-container (header, navigation, main and footer). I would like to put around these 4 containers (complete) 1 frame with shadow. Whats the best way to do this?
      Thanks and best regards

      Felix
    • Last Edit: 7 years 10 months ago by Felix .
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Gantry5 box-shadow css

    Posted 7 years 10 months ago
    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED Gantry5 box-shadow css

    Posted 7 years 10 months ago
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Gantry5 box-shadow css

    Posted 7 years 10 months ago
    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED Gantry5 box-shadow css

    Posted 7 years 10 months ago
    • Thank you,

      But this is not the right result ..
      Attached screenshot with Gantry 4, which is correct ... (index.php .shadowwrapper )
      CSS -
      .shadowwrapper {
                Margin: 0 auto;
                Max-width: 1200px;
                Width: 100%;
                Padding: 0;
                 Position: relative;
               -moz-border-radius: 10px;
               -webkit-border-radius: 10px;
                Border radius: 10px;
                Border: 1px solid rgba (0,0,0,0,15);
                -moz-box-shadow: 0px 0px 20px 5px #bebebe;
                -webkit-box-shadow: 0px 0px 20px 5px #bebebe;
                box-shadow: 0px 0px 20px 5px #bebebe;
      }

      At Gantry5 I have no idea - here the result ...

      Felix
    • Last Edit: 7 years 10 months ago by Felix .
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Gantry5 box-shadow css

    Posted 7 years 10 months ago

Time to create page: 0.144 seconds