Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ADDING META TAGS
- search for <!-- booleans --> and add the follow line before or after <meta name="if:Sidebar Title" content="1" />
- add this: <meta name="if:Sidebar Icon" content="0" />
- CSS PART
- search for .sidebar img { (NOT the one with the comment /* sidebar image // mobile */) and replace everything there with this:
- {block:ifNotSidebarIcon}
- width:268px;
- height:auto;
- object-fit: cover;
- display:block;
- margin: 0 auto 5px;
- {/block:ifNotSidebarIcon}
- {block:ifSidebarIcon}
- width: 100px;
- height:100px;
- object-fit: cover;
- border-radius: 50%;
- margin: auto auto 1rem;
- {/block:ifSidebarIcon}
- HTML PART
- search for <div class="sidebar-title"> and cut all and including the tags {block:IfSidebarTitle} ... {/block:IfSidebarTitle}
- what you'll need to do is add this code before <div class="description">, this way the title will be before description and the image before them all
Advertisement
Add Comment
Please, Sign In to add comment