wordpress template adjustments

by lbarks
9 replies
  • WEB DESIGN
  • |
hi,
i recently bought a wordpress template and have got it running on my site. i have replaced the original logo with mine, but i cant seem to be able to make the logo larger? the allocated size on the template seems to be too small. is there any way of changing the template layout to allow me to put in a larger logo?
#adjustments #template #wordpress
  • Profile picture of the author affilorama-portal
    You will need to edit the style sheet for that. You can ask for assistance from where you bought the template.
    {{ DiscussionBoard.errors[1856542].message }}
    • Profile picture of the author Selena85
      It may be as simple as a css adjustment, or you may have to edit the theme file if the width and height are hardcoded in your theme.

      You can try inspecting your page with Firebug and it will tell you where you have to edit. Or, If you don't mind sharing your URL, I can take a look if you want.
      Signature
      >>>TURN YOUR TRAFFIC CAMPAIGN ON FIRE WITH THIS <<<
      FREE PINTEREST GRAPHICS PACKAGE
      {{ DiscussionBoard.errors[1857614].message }}
  • Profile picture of the author semutdesign
    To be able to use custom larger logo on your theme, you must edit header.php and some CSS files (usually only style.css). Provide me with the preview so I can suggest more.
    {{ DiscussionBoard.errors[1858241].message }}
  • Profile picture of the author lbarks
    thanks,
    my site is positivepropertyinvestor dot com dot AU
    as you will see the logo in the top left corner is far too small
    {{ DiscussionBoard.errors[1859246].message }}
    • Profile picture of the author Selena85
      On line 46 of style.css in your theme's folder, try changing this:

      Code:
      .log {
      -moz-background-clip:border;
      -moz-background-inline-policy:continuous;
      -moz-background-origin:padding;
      background:transparent url(images/logo-img.jpg) no-repeat scroll left center;
      padding:0 0 5px 93px;
      }
      To this:

      Code:
      .log {
      -moz-background-clip:border;
      -moz-background-inline-policy:continuous;
      -moz-background-origin:padding;
      background:transparent url(images/logo-img.jpg) no-repeat scroll left center;
      height:108px;
      padding:0;
      }
      Hope it helps... Nice theme by the way!
      Signature
      >>>TURN YOUR TRAFFIC CAMPAIGN ON FIRE WITH THIS <<<
      FREE PINTEREST GRAPHICS PACKAGE
      {{ DiscussionBoard.errors[1860295].message }}
  • Profile picture of the author lbarks
    great thanks, il see how i go with that.
    also do you know how i can get drop down menus for the pages on my site, are there any plugins you would recommend?
    {{ DiscussionBoard.errors[1862230].message }}
    • Profile picture of the author rautella
      Originally Posted by lbarks View Post

      great thanks, il see how i go with that.
      also do you know how i can get drop down menus for the pages on my site, are there any plugins you would recommend?
      Yes you can use plugins for it.

      And for your logo use the info previous poster post plus make this changes as well.

      Replace,

      .top {
      overflow:hidden;
      padding:34px 0 21px 24px;


      }


      to

      .top {
      overflow:hidden;


      }


      Your logo will look perfectly fit, also i notice that your logo have white background which is not looking good over to gray background on header, so you need to change the logo background as well, if you have PSD you can do it.

      Let me know if i can help you to setup your blog...

      Thanks
      Signature

      What to know How to Make online Money: Follow the tricks to earn money through internet.

      GoTagged.com - Free Social Bookmarking website, go and tagged your website.

      Looking for freelancer service for your website?

      {{ DiscussionBoard.errors[1876164].message }}
      • Profile picture of the author lbarks
        hi rautella
        thanks for that.
        yes id like some help with some other things. can you pm me or let me know your email so i can get in contact with you.
        thanks
        {{ DiscussionBoard.errors[1907246].message }}

Trending Topics