Viewing 7 Topics - 16 through 22 (of 22 total)
Author Posts
August 2, 2015 at 5:02 pm 64846
towhid towhid

Hello Danilo,

Paste this code in the theme’s style.css file and let me know the result.


@media
screen and (max-width: 782px){
.cpm-milestones .cpm-milestone {
margin: 0 0 10px 20px !important;
font-size: 13px;
float: left !important;
}
}

Thanks

August 2, 2015 at 5:28 pm 64857
danilo gians danilo gians

Just did it but nothing changed.

August 2, 2015 at 5:41 pm 64859
towhid towhid

Hello Danilo,

I have seen that you did not paste the code I have provided to you. Can you please check it again.

Thanks

August 2, 2015 at 6:27 pm 64875
danilo gians danilo gians

Yes ’cause I deleted those lines after seen it was not working 😉

August 3, 2015 at 6:15 pm 65040
towhid towhid

Hello Danilo,

Can you please paste the code what I have provided to you and let me know the result.

Thanks

August 3, 2015 at 11:54 pm 65085
danilo gians danilo gians

Hello,

As I’ve already told you. I’ve already done it, and nothing changed.
Now I did it again and also left the code there, but still nothing.

August 4, 2015 at 1:14 pm 65196
towhid towhid

Hello Danilo,

Can you please paste the following code once again and let me know the result.

@media screen and (max-width: 782px){
	.cpm-milestones .cpm-milestone.late{
		margin: 0 0 10px 20px !important;
	}
	.cpm-milestones .title {
    	float: none !important;
	}
}

Thanks

Viewing 7 Topics - 16 through 22 (of 22 total)