How To Remove border and reduce white space on mobile?

Discussion in 'Digital Affiliate Box WordPress Theme' started by sanjayasum, Dec 3, 2019.

  1. sanjayasum

    sanjayasum Member

    Joined:
    Mar 6, 2014
    Messages:
    59
    Likes Received:
    0
    Location:
    Makassar Indonesia
    How To Remove border and reduce white space at the right and left on mobile?
     

    Attached Files:

  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    Would you please share the URL of the website, we will then let you know the needful.

    Regards,
    Shemaela
    InkThemes.com
     
  3. sanjayasum

    sanjayasum Member

    Joined:
    Mar 6, 2014
    Messages:
    59
    Likes Received:
    0
    Location:
    Makassar Indonesia
    Blogmarketingtool.com
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    @media only screen and (max-width: 480px) and (min-width: 320px)  {
    .main-content {
        margin-left: -6px;
        margin-right: -4px;
    }
    }
    
    @media only screen and (max-width: 600px) and (min-width: 479px)  {
    .main-content {
        margin-left: -6px;
        margin-right: -4px;
    }
    }
    I hope this will surely help you, let me know in case of further assistance.

    We will be happy to help you.

    Regards,
    Shemaela
    InkThemes.com
     
  5. sanjayasum

    sanjayasum Member

    Joined:
    Mar 6, 2014
    Messages:
    59
    Likes Received:
    0
    Location:
    Makassar Indonesia
    Still the same, I'd like to make it full width
     

    Attached Files:

  6. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    Will you please allow us to check your website dashboard for once?

    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do the needful.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page