• <p>I run a wordpress 3.5.2 multisite install, the theme is a child of the 2012 theme.
    OK this one has me super confused – HERE I have set up the div (class=”free-quote-box”) with speech bubble images inside, the placement is correct – Sweet! or so I thought.
    See, when the same css is applied on these pages,WRONG 1 – Services and on the other ‘Services’ pages, Hand to Hand, Business to Business etc, The div is all over the place, well the vertical placement of the Div.</p>

    <p>Any ideas? I cannot get my head around what’s going on here? May be something really basic, apologies in advance if it is :)</p>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What if you get rid of all your styles to it:

    div.free-quote-box {
     margin: -233px 22px 0 0;
     float: right;
     width: 226px;
    }

    ?

    Thread Starter Kev CC

    (@kev-cc)

    Thank You Mr Nevins, that leaves me at a good place to start again! Very much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mysterious Wandering Div – 2012 Child Theme’ is closed to new replies.