• Resolved titous09

    (@titous09)


    hello all,

    quick (and hopefully straightforward) question.

    I like the default position of blog titles like here (compared to the logo see at top left) https://www.photocs.net/blog/

    But if you compare that to the position of page titles like here https://www.photocs.net/blog/?page_id=1405 we see that the title shifts up a bit. How can I set the alignment of the page titles to match that of the blog titles?

    I confess the coding may seem a bit messy. I did the whole website by myself without any prior coding knowledge… ??

    Thank you for all your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi

    in site-style.css on line 141 is

    #content {
        color: #CCCCCC;
        font-family: "Trebuchet MS";
    }

    when I added this
    padding-top: 1px;
    into that block it made the page title start at the same position as it does on the blog
    If your next question is how to get the page title to be orange, change #CCCCCC in that block to #FF6600

    I like your design by the way

    Thread Starter titous09

    (@titous09)

    stvwlf,

    cheers! works like a charm. thanks for the help and the feedback on my site ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘alignment and spacing questions’ is closed to new replies.