Custom Module Positions


First Prev Page 2 of 2   
Author Message
Susan

Posted: 11/4/2014
Quote message 

Thank you for your wonderful posts on adding a module. I have successfully added a module!
The only problem is, it's not mobile friendly. What code do i need to make it mobile?
 
jrgweb

Posted: 11/4/2014
Quote message 

@Susan

Do you have a link?

I'm going blind here but you can try
width: 100%;

Use % instead of px
 
Susan

Posted: 11/4/2014
Quote message 

thanks so much jrgweb! I tried width 100% to no avail. the site is www.thetechnologyexperts.com. it's the phone number postion that i added. on the phone it shows up off the screen next to the menu bar. not sure where to change or add the code.
 
jrgweb

Posted: 11/5/2014
Quote message 

@Susan

So it looks like when scaled below 1200px it disappears.
So to keep it in focus add the .responsive class.

example:

.responsive .tte-headposition5 {
display:block!important;
top: 0 !important;
left: 0 !important;
margin-left: 0 !important;
}

You can tweak the location of the number.
 
First Prev Page 2 of 2