jeudi 12 mars 2015

Override SharePoint div class Style with CSS



I have this div:


enter image description here


I need to make it this:


enter image description here


I try to do it with txt file, that I load in CEWP, txt file looks like this:



<style type="text/css">
.ms-webpart-zone ms-fullWidth
{
width: 700px;
}
</style>


Dut does not work. How to do right?








0 commentaires:

Enregistrer un commentaire