I need to change the position of the title in the Flexibity2 theme

4 replies
  • WEB DESIGN
  • |
Hi,

If you look at my new site | Personal Loans For You! you'll see that the title obscures the girl's face.

I'm sure that the answer is in the style.css file, but when I look at the flexibility options page editor, then the style.css file I still can't see the div "header" bit which I expected.

Of course I have been known to be completely wrong.
I think I was wrong in 1978 once!
#cahnge #change #flexibity2 #position #theme #title
  • Profile picture of the author Tomos Wyn
    The relevant styles are located in:

    wp-content/themes/flexibility2/style.php

    The header styles start on line 111

    The tagline styles start on line 160
    {{ DiscussionBoard.errors[2374049].message }}
    • Profile picture of the author peter_act
      Thanks for your reply Tomos

      I think I've got the code, but I don't wnt to change it without knowing what I'm doing.

      The code is:

      h2.pagetitle {

      padding:8px 8px 8px 15px;

      margin:0px 0px 5px 0px;

      I think I have to change those margin settings, but I don't know what the four pixel options represent.

      Presumably left, right, top, bottom, but is that the order?

      Thanks in anticipation
      Signature

      Cheap websites for small businesses: Affordable mobile websites
      Get a free autoresponder here: Money Making Opportunities

      {{ DiscussionBoard.errors[2377586].message }}
  • Profile picture of the author Ori_G
    All css styles go in order of "top, right, bottom, left"

    So, for example say you had the following:

    "padding:1px 2px 3px 4px"

    That means you have:
    1px padding on top
    2px padding on right
    3px padding on bottom
    4px padding on left

    If it only has 2 properties such as:
    "padding:1px 2px"
    what that means is that:
    top and bottom will BOTH have 1 px padding
    left and right will BOTH have 2 px padding

    Hope this helps and explains it
    {{ DiscussionBoard.errors[2378955].message }}

Trending Topics