Hello,
1.I have question about Author social icons, in impose theme is this option in widget, but where I set social icons/links these social icons/links are same under every author. Is there any solution how can I set that separately for every author?
Some additional questions:
2. About main-slider: Is possible to set up full-width for main-slider?
3. About header: Is possible to set up full-width for header and also set up height?
4. About posts: In settings are options for Share Links (On/Off), for Author Info Box (On/Off), for Related Posts (On/Off)…etc… but is possible to turn off this feature: PREVIOUS POST and NEXT POST ?
5. When i setting Content Width in Layout to another value (default value is 940), i thing there is no change.
Hi Milos,
This theme is designed for single author. It’s personal blog theme. Sorry it is not available by default and it requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio.
You can use these custom css codes for your second question.
3. You can use this custom css code; .site-navigation .layout-medium { max-width: 100%; }
4. You can use this custom css code; nav.nav-single.row { display: none; }
5. You can use this custom css code; .layout-fixed, .single .site-main .content-area:not(.with-sidebar), .content-area:not(.with-sidebar) .blog-regular { max-width: 940px; }
Thanks
Guys, the code in point 5 changes the width of the text, but not the featured image in the blog regular list can you give me the code to change that, too?