Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #118954
    1kfriends
    Member
    Post count: 62

    Hello, I have a couple of questions about our mobile site.
    Is there a way to decrease the size of certain elements on the mobile site but leave it on desktop?
    Please see attached.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #119134
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 767px) {
    div.page-content > div.row.fw-row > div.spb-row-container{margin:-5px 0 !important}
    div.spb_call_text h1{font-size:13px !important;}
    }

    Thanks
    Mohammad

    #119249
    1kfriends
    Member
    Post count: 62

    Thank you, this is much better.
    Is there a way to decrease the spacing around the words.
    see attached.
    thanks again
    Robin

    Attachments:
    You must be logged in to view attached files.
    #119521
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this:

    @media only screen and (max-width: 767px) {
    .spb_impact_text.alt-bg {
      padding-bottom: 0!important;
      padding-top: 0!important;
    }
    }

    Then on your h1, switch to text editor and in the class=”” add mb0 mt0

    – Kyle

    #120188
    1kfriends
    Member
    Post count: 62

    Hi, I tried that and it didn’t seem to work

    #120296
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ve used:

    <h1 style="text-align: center; class=mb0 mt0;">We Promote Healthy Communities</h1>

    it should be:

    <h1 style="text-align: center;" class="mb0 mt0;">We Promote Healthy Communities</h1>

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register