• Resolved takinginthesights

    (@takinginthesights)


    Hi,

    Can you tell me if there is a way of adjusting the padding at the bottom of the page title so that it sits closer to the bottom of the header. Link below

    https://www.takinginthesights.com

    I am trying to position the text ‘Welcome to Taking in the Sights’ a little lower in the header – and the same on each page

    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hi David,
    Try adding this to your custom css box in Theme Options > Custom CSS:

    @media (min-width: 992px) {
    .titleclass .entry-title {
        margin-top: 150px;
    }
    }

    Hope that helps!

    Hannah

    Thread Starter takinginthesights

    (@takinginthesights)

    Hannah,

    Thanks. It worked a treat.

    Thread Starter takinginthesights

    (@takinginthesights)

    Hi,

    Sorry to bother you again. A few days ago you were able to provide some code to allow me to centre the widget titles.

    Are you able to provide a way to allow the post carousel heading to be centred and the text colour changed to one of my choice? Also is there a way of changing the text in the heading.

    https://www.takinginthesights.com

    Thanks

    David

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