• Resolved ihsansfd

    (@ihsansfd)


    Can you guide me how to remove the background (I don’t know what it is called) that seperates my post with my header and sides?

    I just want to remove it on mobile devices so that my posts can display texts in mobile at its best.

    Here is what I meant by that:

    https://ibb.co/MDDkKDq

    I’ve tried couple things. First, I simply equalized the color with my posts layout (white; #FFFFFF). It worked but there was a gap between my posts, header, and sides. I know it is because the “background” was still there.

    https://ibb.co/6vgmG6B

    I also tried to use padding and margin, but it didn’t work. I know it was blocked by the background.

    So, how to simply remove that “gap” or “background” or whatever it is called? (Sorry XD)

    Thank you so much for your assistance.

    • This topic was modified 5 years, 3 months ago by ihsansfd.
    • This topic was modified 5 years, 3 months ago by ihsansfd.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ihsansfd

    (@ihsansfd)

    Please your help sir @wpcharms

    Theme Author wpcharms

    (@wpcharms)

    Hi @ihsansfd

    Please go to Appearance >> Customize >> Additional CSS and add the following CSS to remove background and space on mobile.

    @media only screen and (max-width:479px) {
    	#main .container {
    		padding: 0;
    	}
    
    	#main.site-main{
    		padding-top: 0px;
    		padding-top: 0px;
    	}
    	
    	#main #primary{
    		padding-top: 0px;
    	}
    }

    We hope this will solve your issue. If you need anything more, please let us know.

    Thread Starter ihsansfd

    (@ihsansfd)

    that really helps. I really appreciate it.
    Yes, I have some more if you’re willing to help me:

    1. Is there any way to change the navbar menu color?
    2. How to remove “read more” button without leaving the space.
    3. How to remove author, date, and other post information bellow the title without leaving the space.

    It would make my day if you help me those. Thanks in advance.

    • This reply was modified 5 years, 3 months ago by ihsansfd.
    Thread Starter ihsansfd

    (@ihsansfd)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I want to remove background in mobile post’ is closed to new replies.