• Resolved ryansb

    (@ryansb)


    I’m wanting to increase the space between the page title and page description. I thought adding a margin in page-title would be the way to do this but it didn’t work. Suggestions please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there ryansb,

    How are you doing today?

    This is definitely possible with some custom CSS. Can you plesae post link to one of your pages so I can take a look?

    Also are you looking to do this only on your pages?

    Looking forward for your response ??

    Best regards,
    Bojan

    Theme Author Kyle Gabriel

    (@kizniche)

    ryansb,

    Are you referring to the Site title and description (first options under Appearance -> Atomic Options) or the post Title and Date that appears in the header?

    If it’s the first, you can edit style.css and change the following:

    .site-description {
        color:#fff;
        font-size:18px;
        font-size:1.8rem
    }

    to:

    .site-description {
        color:#fff;
        font-size:18px;
        font-size:1.8rem;
        padding-top: 1em; /* <- or to whatever value you desire */
    }
    Thread Starter ryansb

    (@ryansb)

    Thanks for welcoming me and providing solutions. Kyle thank you for yours, that’s the way I was looking for and it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page title margin’ is closed to new replies.