Jump to content

How to change "HTML BOX" height in home front


Recommended Posts

the main problem in this case is fact that... these inline styles are defined in attached javascript

dErZ7es.png

and it is external script :/

 

the only way to achieve it is <style> with !important; tags:

<style>.skypebutton {padding:0px!important; margin:0px!important; height:30px!important;}
.skypebutton img {vertical-align:0px!important; margin:0px!important;}</style>

and of course don't forget to add these classes to your code 

Link to comment
Share on other sites

Yes, try doing what vekia suggested. But if !important doesn't work either there is nothing you can do.

 

You might want to try a workaround where you setup a wrapper with fixed dimensions and move the content with relative positioning...but it's complex

Link to comment
Share on other sites

×
×
  • Create New...