-
-
Hi,
- i would like to have the navigation menu in the footer section and next to it the social media icons ( or the icons can be on the copyright footeri have 7 menu items but the footer is creating a new line after the 5th item and when i place the social widget with the copyright it looses its center alignment.
- another issue is how can i add/modify the share services buttons in the post area
- how can i hide the comments sections from posts.
Thank you
-
Hello,
1-By default you should put a simple menu in your footer. You are adding a long mega-menu. This will break the footer styling. To change the default style, you need to add custom css:
footer#footer .inner .row-fluid.ff .span12:first-child:last-child { width: 635px !important; left: 0 !important; margin-left: 20% !important; } footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget { text-align: inherit !important; }
2-You can edit share socials in file: \includes\view\blog\loop-index.php
3-To hide the comments in posts, add this code into your custom css box:
#comments { display: none;}
To hide the “Leave reply” section, add this code:
div#respond { display: none;}
Let us know.
Best regards!
-
thnx it worked the social widget was not going to the side i used this :
footer#footer .inner .row-fluid.ff .span12:first-child:last-child {
width: 488px !important;
left: 0 !important;
margin-left: 27% !important;
text-align: inherit !important;
}
to align it but would like to see if it can fit on the right side of the footer.
it broke the mobile verion menu
- This reply was modified 7 years, 9 months ago by Tawasul.
-
Hello,
The above code has nothing to do with mobile menu. The menu has different css classes that are not altered by the above code.
However, i see the mobile menu is displaying and working ok. See screenshot. Did you manage to fix your issue?
Let us know.Best regards!
-
You must be logged in to reply to this topic.