divjotsingh_440
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [RAD] Diminish search bar widthHello @hotbuys012
The search bar is the longer one because the social icons are disabled. Add the following code to custom CSS to make it shorter-#search-wrapper form { width: 50%; margin: auto; }
Keep in mind that if you enable the Social Icons in the future, then this code might need to be deleted or changed.
Regarding the color band, add the following code to custom CSS to change the color-
#top-nav { border-bottom: solid 4px #123456 !important; }
Change the color code with the one you require for your site.
Divjot
Forum: Themes and Templates
In reply to: [RAD] How to make Template Full-Width & Remove Sidebar?Good to know your issue was resolved.
Contact me here in case of support for the theme.If you found the theme useful, please leave a review for the theme here.
Thanks,
DivjotForum: Themes and Templates
In reply to: [RAD] change from alternating blog layoutNo problem, Susan.
For any support regarding the theme, just post here at forums.Also, if you liked the theme, please leave a review for the theme.
Thanks,
DivjotForum: Themes and Templates
In reply to: [RAD] How to make Template Full-Width & Remove Sidebar?Hello @hotbuys012,
Add the following code to custom CSS-
#primary { width: 100% !important; }
It should solve your issue.
– Divjot
Forum: Themes and Templates
In reply to: [RAD] change from alternating blog layoutHello @susanwingate,
Your list view issue has been fixed in the latest update to the theme.For full width site, add the following code to cutom CSS-
#secondary { display: none; } #primary { width: 100%; }
It should solve your issue.
– Divjot
Forum: Themes and Templates
In reply to: [Klean] Remove logo from home pageAdd the following code to custom CSS-
.home .site-branding { display: none !important; }
It should solve your issue.
Divjot
Forum: Themes and Templates
In reply to: [Klean] Right Sidebar GoneHello khoifush,
Can you please drop me a mail at support@inkhive.com
I will solve you issue via e-mail.Forum: Themes and Templates
In reply to: [Attirant] Need demo url.Thanks for notifying.
It has been fixed now.Forum: Themes and Templates
In reply to: [Klean] Recent Posts Featured ImagesHello Jeremy,
The thumbnails look aligned to me.
Seems like you were able to resolve the issue.Divjot
Forum: Themes and Templates
In reply to: [Revive] Mobile websitepicture not in the centerHello ronn1234,
Since there is a difference in the ratios of header and the header image, there is bound to be some cropping.
If the complete image is shown on the mobile screen, there would be empty space in the header which will look odd.Apply the following code in custom CSS and checkout for yourself-
#masthead { background-size: contain !important; }
What can be done easily is show another part of the image in mobile ( center of right ).
Forum: Themes and Templates
In reply to: [Klean] Signup Form In Place of Search In Home PageAre you referring to the search on the Header of the theme ?
Forum: Reviews
In reply to: [Klean] Clean, beautiful, easy to customize, and free!Thanks for the review.
Can you please mention the errors in the theme so that I can fix them in the future updates.Divjot
Forum: Themes and Templates
In reply to: [Klean] Adsense Compatibility?Hello magillfoote,
If you want to show the ad in the widget area, just paste the ad code in the text widget.
If you want to show the ad widget in some other area, you will need to edit the theme files.Divjot
Forum: Themes and Templates
In reply to: [Klean] Problems with responsive viewHello liviaa,
Can you please provide a URL of your site?Divjot
Forum: Themes and Templates
In reply to: [Klean] klean 1.18 – sidebar right disappeared after updateThanks for the notification. This issue will surely be removed in the next update.
Divjot