Home Forums UnTheme Bullet Page title image

Viewing 3 reply threads
  • Author
    Posts
    • #75631

      arnau puig
      Participant

      Hello

      I would like to know how can I chage the title width and where exactly steap by steap.
      I could not see any cms anywhere and I wonder where it is.

      On the other hand, I would also like to know where can I find the position of the different blocks in the webpage and also the back end

      Thanks

    • #75890

      Maria Do
      Keymaster

      Hi

      1. There is no option to change page title image size. You can use Custom CSS code to overwrite style from theme.

      2.On the other hand, I would like to know if there is any other information about the blocks and how they are disposed: PLease show me some screenshots for details this question.

      Regards/

    • #75895

      arnau puig
      Participant

      Hi again, thanks for your response.. but….
      Could you tell me the actual size?
      Could you give me the script to implement into the css in wordpress to change the size?

      Thanks

      Arnau

    • #76018

      Maria Do
      Keymaster

      The dimension is 870x341px.

      You can ajust this below code:

      #page-title #page-title-text {
      text-align: center;
      margin: 0 0 20px 0;
      padding-top: 23px;
      padding-bottom: 23px;
      }

      You can use custom CSS plugin to add your css code.

Viewing 3 reply threads
  • You must be logged in to reply to this topic.