Editing the HTML of a Wordpress theme in Dreamweaver


i bit desperate because not getting responses on wordpress forums question. hoping dreamweaver gurus can me.

 

i using elegant theme simplepress in wordpress. reason, seems theme added 2 nested div blocks in content area below slider forces content pushed right , outside of borders of content area. have no idea how rid of divs because don't know how access html of page. did:

 

i opened page in browser , chose, view page source. copied of html , pasted new document in dreamweaver. code contains mystery divs must somewhere in here:

 

<div class="wrapper">

    <div id="blurbs">

                                <div >

            <span class="titles">about me</span>

            <div class="jqdnr" id="idtextpanel">a wonderful serenity has taken possession of entire soul, these sweet mornings of spring enjoy whole heart. alone, , feel charm of existence in spot, created bliss of souls mine. happy, dear friend, absorbed in exquisite sense of mere tranquil existence, neglect talents. should incapable of drawing single stroke @ present moment; , yet feel never greater artist now. </div>

            <br class="clear" />

            <span class="readmore"><a href="http://makeyourpassionworkforyou.com/about-me">read more</a></span>

        </div>

                                        <div >

            <span class="titles">contact me</span>

            <div class="jqdnr" id="idtextpanel">a wonderful serenity has taken possession of entire soul, these sweet mornings of spring enjoy whole heart. alone, , feel charm of existence in spot, created bliss of souls mine. happy, dear friend, absorbed in exquisite sense of mere tranquil existence, neglect talents. should incapable of drawing single stroke @ present moment; , yet feel never greater artist now. </div>

            <br class="clear" />

            <span class="readmore"><a href="http://makeyourpassionworkforyou.com/contact-me">read more</a></span>

        </div>

                                        <div >

            <span class="titles">some inspiration</span>

            <div class="jqdnr" id="idtextpanel">

<div class="jqdnr" id="idtextpanel">far far away, behind word mountains, far countries vokalia , consonantia, there live blind texts. separated live in bookmarksgrove right @ coast of semantics, large language ocean. small river named duden flows place , supplies necessary regelialia. paradisematic country, in roasted parts of sentences fly mouth. all-powerful pointing has no control blind texts unorthographic life </div>

</div>

            <br class="clear" />

            <span class="readmore"><a href="http://makeyourpassionworkforyou.com/some-inspiration">read more</a></span>

        </div>

               

        <br class="clear" />

    </div>

    <span class="blurbs_shadow"></span>

</div>

<br class="clear" />

 

question 1:
divs in code must remove?

 

question 2:
when remove divs, document in template know save , upload site via ftp server?

 

question 3:
doing right? there better way?

 

my site is: makeyourpassionworkforyou.com

the problem originates here

#blurbs div {

  width: 220px;

  float: left;

  background-repeat: no-repeat;

  background-position: left top;

  padding-top: 5px;

  padding-right: 0px;

  padding-bottom: 0px;

  padding-left: 55px;

  margin-left: 30px;

}

and extended to

<div id="blurbs">

  <div >

            <span class="titles">about me</span>

            <div class="jqdnr" id="idtextpanel">a wonderful serenity has taken possession of entire soul, these sweet mornings of spring enjoy whole heart. alone, , feel charm of existence in spot, created bliss of souls mine. happy, dear friend, absorbed in exquisite sense of mere tranquil existence, neglect talents. should incapable of drawing single stroke @ present moment; , yet feel never greater artist now. </div>

            <br class="clear" />

            <span class="readmore"><a href="http://makeyourpassionworkforyou.com/about-me">read more</a></span>

        </div>

<div >

            <span class="titles">contact me</span>

            <div class="jqdnr" id="idtextpanel">a wonderful serenity has taken possession of entire soul, these sweet mornings of spring enjoy whole heart. alone, , feel charm of existence in spot, created bliss of souls mine. happy, dear friend, absorbed in exquisite sense of mere tranquil existence, neglect talents. should incapable of drawing single stroke @ present moment; , yet feel never greater artist now. </div>

            <br class="clear" />

            <span class="readmore"><a href="http://makeyourpassionworkforyou.com/contact-me">read more</a></span>

        </div>

<div >

            <span class="titles">some inspiration</span>

            <div class="jqdnr" id="idtextpanel"> <!-- no closing tag? -->

<div class="jqdnr" id="idtextpanel">far far away, behind word mountains, far countries vokalia , consonantia, there live blind texts. separated live in bookmarksgrove right @ coast of semantics, large language ocean. small river named duden flows place , supplies necessary regelialia. paradisematic country, in roasted parts of sentences fly mouth. all-powerful pointing has no control blind texts unorthographic life </div>

</div>

give relevant div element class , apply applicable style rules class.



More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?