Change the Location of Home Page Buttons

This topic has 6 replies, 1 voice, and was last updated 5 years, 5 months ago by Meng.

Viewing 4 reply threads
  • Author
    Posts
    • #1366


      Meng
      Guest

      I found one of the topics about changing the location of Home Page Heading. It is really helpful. But after I did that, I realised that the location of Home Page Buttons changed as well. So how can I make the Home Page Buttons stay at the original location while I change the Home Page Heading location?

    • #1368


      Spiracle Themes
      Guest

      Hi Meng,

      Please provide your website URL so that we can assist you better

      Best Regards

      • #1372


        Meng
        Guest
        This reply has been marked as private.
    • #1373


      Spiracle Themes
      Guest

      Hi Meng,

      Add this CSS

      .slide-bg-section .slide-bg-text {
      display: table-cell;
      vertical-align: middle;
      }

      Copy and paste this in Appearance -> Customize -> Additional CSS

      Best Regards

      • #1374


        Meng
        Guest

        Hi, thank you for your help but the CSS you provide in the last reply didn’t solve my problem.
        It just moved home page heading and the button back to the original place.
        Is it possible that I can leave the button in the middle and just move the heading down to the bottom?

    • #1378


      Spiracle Themes
      Guest

      Hi Meng,

      Try this one

      .slide-bg-section .slide-bg-text {
      display: table-cell;
      vertical-align: bottom;
      }

      .slide-bg-section .slide-buttons {
      clear: right;
      position: absolute;
      top: 40%;
      left: 45%;
      }

      @media only screen and (max-width: 320px) {

      .slide-bg-section .slide-buttons {
      clear: right;
      position: absolute;
      left: 28% !important;
      }
      }

      @media only screen and (max-width: 480px) {

      .slide-bg-section .slide-buttons {
      clear: right;
      position: absolute;
      left: 32%;
      }
      }

      Best Regards

    • #1387


      Meng
      Guest

      It works. Thank you for your help!
      Have a nice day!

Viewing 4 reply threads

Reply To: Change the Location of Home Page Buttons

Your information:




Cancel