Want to move symbols and add symbols
-
Hi
I would like to get help with how I can move my Facebook and instagram symbols up to over my header. To the right in my pink area beside my menu. How do I do that?My second question is how I can get under all my post on my home page, small symbols for “comments” and a “like” button?
The blog I need help with is: (visible only to logged in users)
-
Hi, given how this theme’s CSS and HTML are structured, and how things change depending on screen/window width, I have limited the relocation of the social icons to screens/windows 962px and wider. Below that the touch device menu activates and things go awry.
@media screen and (min-width: 992px) { .image-header .container { position: absolute; top:40px; z-index: 71; display: block; right: 0; padding-right: 150px; } .image-header .col-xs-10 { position: static; float: right; } ul.menu-social { text-align: right; } }The comment link was intentionally left off of the blog/category/archive page displays by the theme author. There is no way to add that back in with CSS.
To add sharing/like buttons to your blog/front page, go to Settings > Sharing in your dashboard, scroll down and at Show buttons on, check Front Page, Archive Pages, and Search Results and then save.
-
-
- The topic ‘Want to move symbols and add symbols’ is closed to new replies.