Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Where is css template for appearence of photos??? |
Where is css template for appearence of photos??? |
Oh ok, thanks alot guys but nothing really worked. I tried on it all night but failed...i inserted the code everywhere but nothing worked. let me leave it..and ignore it.
Systems developer
|
Soldierdevil, the code I provided in my previous message was only an example on how to use the !important tag. I took my time and wrote the entire code for your needs:
Code .uEntryWrap { width: 100% !important; display: block !important; box-sizing: border-box; } .entryBlock { display: block !important; } .uphoto { width: 100% !important; } .photo-block { display: block !important; text-align: center !important; } .ph-wrap { width: auto !important; height: auto !important; margin: 0 auto; } .ph-wrap img { width: auto !important; max-width: 100%; } .ph-tc { display: block !important; margin: 0 auto; } .ph-data { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); } You need to put this into a media query to make it work only on smaller screens. hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
bigblog, i really love this..OMG it worked!!! like magic. Thank you so much for the time all along.
Systems developer
|
bigblog, can i be helped on the same issue with the video entries?..align entries in center on portrait view..and display two columns on landscape view?
Systems developer
|
Soldierdevil, here's the code:
Code .rigm li { display: block !important; margin: 10px auto !important; } I'm afraid, it's not possible to display the elements in two columns, but I'll let you know if I find a solution to this. hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
bigblog, you inherited that code from my video informer styles. I meant original style for appearance of entries in video module with the 'v-entry' class
Systems developer
|
Soldierdevil, similar:
Code #uEntriesList .uEntryWrap { display: block !important; margin: 0 auto; } hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
bigblog, thank you so much it worked
Systems developer
|
| |||