Changing the positioning of the title

  • Unknown's avatar

    Hi everyone !

    I am new to CSS programming, and I need help with my very new photographic website.

    I am currently trying to change the positioning of the title in my static home page. (theme Coherent)

    Could anyone explain me how to do it ?

    Thank you in advance,

    Dorian

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Dorian, where would you like to re-position your title?

    The best way to accomplish this is through the use of the “margin” property.

    .wf-active .feature-header h1.entry-title, .wf-active h1.site-title a {
        margin: 0px 0px 0px 0px;
    }

    Try playing around with the margin values until you get the position you want. They represent: top, right, bottom, left values respectively in pixels. The specs for your theme are as follows:

    1. The main column width is max 680.
    2. The slide-out sidebar width is max 280.
    3. Featured Images work best with 2000 wide by 1500 high.
    4. Custom Header Image is 2000 wide by 1500 high.

  • Unknown's avatar

    Thank you very so much !!
    It worked well…!

    I also need to use the whole screen to show my pictures.
    For example, in a page with a mosaic gallery, I need to have the images occupying the whole page, not only centered with two blanks sides.

    Can I use also this property ?
    Dorian

  • The topic ‘Changing the positioning of the title’ is closed to new replies.