Wordpress/CSS Help Needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AJ_NETWORK
    Confirmed User
    • May 2011
    • 483

    #1

    Wordpress/CSS Help Needed

    I just threw together this site http://www.romirainvideos.com and it looks good on old school 1024 x 768 resolution but it looks messed up on bigger resolutions, can anyone help me with what I need to change in style.css?
    SIG TOO BIG! READ THE FORUM RULES!
  • Miguel T
    ♦ Web Developer ♦
    • May 2005
    • 12473

    #2
    Add in a

    <div class="wrapper">
    ..................your site.................
    </div>

    CSS:
    .wrapper { width:1020px; position:relative; margin:0 auto; }


    the <div class="wrapper"> shoud be placed right after your <body> ...

    and close it before the </body>.

    Full Stack Webdeveloper: HTML5/CSS3, jQuery, AJAX, ElevatedX, NATS, MechBunny, Wordpress

    Comment

    • AJ_NETWORK
      Confirmed User
      • May 2011
      • 483

      #3
      Originally posted by AbsolutePorn
      Add in a

      <div class="wrapper">
      ..................your site.................
      </div>

      CSS:
      .wrapper { width:1020px; position:relative; margin:0 auto; }


      the <div class="wrapper"> shoud be placed right after your <body> ...

      and close it before the </body>.
      Ok giving it a try now thanks.
      SIG TOO BIG! READ THE FORUM RULES!

      Comment

      • AJ_NETWORK
        Confirmed User
        • May 2011
        • 483

        #4
        I did exactly what you said and it didnt work
        SIG TOO BIG! READ THE FORUM RULES!

        Comment

        • flowing
          Registered User
          • Dec 2013
          • 12

          #5
          Just fix your markup.
          All <div class="postcontainer"> should go inside <div id="maincol">
          Mom Porn

          Comment

          • HomerSimpson
            Too lazy to set a custom title
            • Sep 2005
            • 13826

            #6
            you have one extra </div> after 3rd thumb/container...
            Make a bank with Chaturbate - the best selling webcam program
            Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

            PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

            Comment

            • videosc
              Confirmed User
              • Jan 2008
              • 375

              #7
              If you don't want to mess with code just do a search for a "responsive" theme. These look good on all monitors and devices.

              Comment

              • AJ_NETWORK
                Confirmed User
                • May 2011
                • 483

                #8
                Thanks HomerSimpson when that turned out to be the fix I said "D'oh!"

                I just put a shitload of work into completing the site and starting to do social media marketing and SEO check it now to see how far I've come with it. I also figured out what was making my thumbs blurry as shit and fixed that. That could have been a productivity killer could it not? It was at least ironic to be blurry and have the HD icons in the bottom left corners of the thumbs but now they are krispy kreme.
                SIG TOO BIG! READ THE FORUM RULES!

                Comment

                Working...