Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #335292
    Cherise
    Participant

    I would like to know how I can reduce the white space after my top menu and the page content. I removed the header title so theres quite a big white space.

    #335300
    minal
    Keymaster

    Hello Cherise,

    You can reduce the gap between page content. kindly  add following CSS snippet

    @media screen and (min-width: 64em) {
      .singular-content-wrap,
      .site-main.woocommerce {
          padding-top:0;
      }
    }

    add your desire value on given CSS code

    Sincerely,
    Minal

    #335306
    Cherise
    Participant

    Thank you. Is there a way to move the button on my homepage? I would like to move it to the middle of my image on mobile view, currently its a bit more to the bottom of the image.

    #335309
    minal
    Keymaster

    Hello Cherise,

    Can you share your site URL, so that we can check it  and give a solution for it.

    Sincerely,

    Minal

    #335310
    Cherise
    Participant

    https://lovelees.co.za/

     

    I would like to remove the site title on mobile only, so not sure if the button will then move up automatically?

    #335315
    Sakin
    Keymaster

    Hello Cherise,

    I have already replied to you at https://catchthemes.com/support-forum/topic/change-button-colour/ about hiding site-title on mobile devices.

    Regards,
    Sakin

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