Está en la página 1de 2

modules/blocksocial/blocksocial.

php
antes del ltimo "}" agregar
public function hookDisplayNav($params){
return $this->hookDisplayFooter();
}
luego ir a global.css
\themes\default-bootstrap\css
agregar
nav #social_block {
float: right;
width: 33%;
padding: 6px 15px 0 15px; }
@media (max-width: 767px) {
nav #social_block {
width: 100%;
float: left;
padding-top: 5px; } }
nav #social_block ul {
float: right; }
@media (max-width: 767px) {
nav #social_block ul {
float: none; } }
nav #social_block ul li {
float: left;
width: 40px;
text-align: center; }
@media (min-width: 768px) and (max-width: 991px) {
nav #social_block ul li {
width: 30px; } }
nav #social_block ul li a {
display: inline-block;
color: #908f8f;
font-size: 28px; }
@media (min-width: 768px) and (max-width: 991px) {
nav #social_block ul li a {
font-size: 20px; } }
nav #social_block ul li a span {
display: none; }
nav #social_block ul li a:before {
display: inline-block;
font-family: "FontAwesome";
vertical-align: -5px; }
nav #social_block ul li a:hover {
color: white; }
nav #social_block ul li.facebook a:before {
content: "\f09a"; }
nav #social_block ul li.twitter a:before {
content: "\f099"; }
nav #social_block ul li.rss a:before {
content: "\f09e"; }
nav #social_block ul li.youtube a:before {
content: "\f167"; }
nav #social_block ul li.google-plus a:before {
content: "\f0d5"; }
nav #social_block ul li.pinterest a:before {
content: "\f0d2"; }
nav #social_block h4 {

float: right;
margin-bottom: 0;
font-size: 21px;
line-height: 25px;
text-transform: none;
padding: 0 10px 0 0;
margin-top:0px;
display: none !important;
}
y por ultimo en posicin de modulos
elegir bloque social, agregar
displayNav
y eliminar
displayFooter

También podría gustarte