Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #331685

    I would like to move the whole “Header media text” and “header media subtitle” to the left of the home page.
    Is this possible and how?
    My site is under construction in local mode with XAMPP.

    If this is not possible I would like to exchange Photo Journal Pro for Bold Photography Pro

    Thanks

    #331706
    tikaram
    Participant

    @phileupalinos : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 64em) {
      body:not(.no-header-image) .custom-header-content {
        left:20%;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #331798

    It works perfectly thank you, and what’s more I can shift it to the right or left.
    I am over 80 years old, familiar with computers, but not with HTML.
    Could you give me the command line to move this “header media text” up or down.
    With thanks.
    Philippe

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.