pesky alignment issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lollipopx
    Confirmed User
    • Apr 2014
    • 171

    #1

    pesky alignment issue

    If you view lollipopx.com youll notice there is a slight alignment issue with the text on main page. Although I have used the align: center; it still sits odd. here is the code I have on page


    [ <p><h1 style="text-align: center;"><span style="color: #ffffff;"><strong>Erotic Blowjobs and Oral Sex.</strong></span></h1>
    <h2 style="text-align: center;"><span style="color: #ffffff;"><strong>The Explicit Art of Oral Pleasure.</strong></span></h2></p>

    <p style="text-align: center;"><span style="color: #ccffff;"><strong>Explicit Sexual Content! By continuing to browse this site you agree you are 18+ years of age!</strong></span></p>
    <p style="text-align: center;"><span style="color: #ffffff;"><strong>Welcome to Lollipopx.com. your connection for the best HD Erotic Blowjobs and Oral Sex available.</strong></span></p>
    <p style="text-align: center;"><span style="color: #ffffff;"><strong>Erotic Blowjobs and Oral Sex. The most sensual gift of pleasure. The feeling of a tongue flicking on your flesh. The touch of wet lips on your skin. The swirl of a tongue. A slight breath of air felt. The warmth of a mouth. The nibble and bite of teeth. Saliva drooling on your flesh. The taste of orgasm. The soft touch of sticky lips. It's a juicy load but some ones got to lick it.</strong></span></p>
    <p style="text-align: center;"><span style="color: #ffffff;"><strong>Promoting the best Erotic Blowjobs, Oral Sex and Explicit Art of Oral Pleasure the Adult Industry has to offer.
    </strong></span></p>
    <p style="text-align: center;"><span style="color: #ffffff;"><strong> Erotic Blowjobs, Oral Sex, Oral Gratification, Oral Pleasure, it all taste like candy.</strong></span></p>
    <p style="text-align: center;"><a href="http://frtya.com/go/kx_bnSiy_jj9E/DEFAULT" target="_blank"><img src="http://e1.static.hoptopboy.com/xxx/xxxx/xxxx/468x60-xxxxxxxxxxxxx4.jpg" alt="" /></a></p>
    <p style="text-align: center;"><span style="color: #ffffff;"><strong>Enjoy the Erotic Blowjobs and Oral Sex videos selected for you below. </strong></span></p>
    <p style="text-align: center;"><span style="color: #ffffff;"><strong>Chose a membership plan with our affiliates for more of the best Erotic Blowjobs, Oral Sex and Adult content available </strong></span></p> ]


    minus the [] of course

    so any help on this would be great, its just one those anoying things.
    Lollipopx.com
    Twitter @lollipopx_1, Tumblr lollipop-x, ICQ 669068563, Skype lollipop_130 Tell me your from gfy or i might ignore you.
  • TightNHorny
    Registered User
    • Jul 2015
    • 1

    #2
    You should use CSS for that, since it will look cleaner/better and will be easier to change later on in your life.

    But, an easy way to fix that is to simply to add "width:100%" to all of the 'p' elements, that can be done through CSS by simply adding the following:

    Code:
    .single-post p{ width: 100%; }
    Or to make it easier on you, simply add the following code into the head:

    Code:
    <style>
    
    .single-post p{ width: 100%; }
    
    </style>
    tightandhorny

    Comment

    • brandonstills
      Confirmed User
      • Dec 2007
      • 1964

      #3
      Use CSS. Don't inline like that. Ain't nobody got time to read that.

      Brandon Stills
      Industry and programming veteran
      [email protected] | skype: brandonstills | ICQ #495-171-318

      Comment

      Working...