Hello there ! How are you doing, hope you’re doing fine?
Your theme has been my number stick to for years now and I really appreciate your effort giving out so much for free
However, i was really wondering if there could be any miraculous possibility of making the blog post appear as two columns instead of single column on phone screen please ???? I don’t mean to bother you however, if this could be possible I will be created for life please ??
]]>Hi
in single post output, it seems the image were stretched out as it is (it doesn’t resized ) and it doesn’t look nice
is this normal ?
]]>Any chance of adding this type of Post Formats?
]]>How do I widen the sitebar widths correctly?
I am using the https://pl.www.ads-software.com/plugins/compact-archives/ plugin and I just need the panel to be wider so that the whole year is displayed in one line.
I am now using the code:
.s1 {
background: #fff;
width: 380px;
padding-bottom: 40px;
z-index: 2;
}
]]>
I need to move the logo down into the bar with the hamburger and search icons or either move those icons up. Logo wiuld look better centered on same bar with them.
Is there a snippet of css code i could use for this or another way?
]]>Hey, even though it is fine, I would really prefer if my background image could override the gradient lane at the top of the website. Please let me know if there is a way.
]]>Hey, I prefer to offer dark/ night mode to my visitors for the best user experience. I currently use the WP Dark Mode plugin to do the job. I can safely say that this plugin and the theme are reasonably compatible. However, there are some issues I believe can be solved:
-There remains a white space around the profile image that is part of the gradient linear on top; this white space also applies for the author image under post blocks.
Although deleting the gradient linear would most likely solve the problem. I like that little touch, so I wish to keep it if possible.
I would appreciate it if you could help.
How can I fix an issue whereby the texts on my about me page is not showing line spacing and bullets?
]]>Is there any way to remove the search box and center the rest of the page?
]]>Hi!
What is the name of the plugin with the share buttons below the search option on the sidebar left like as on the demo page of the theme Cardstyle?
]]>Hi, I’m trying to change the Title and Subtitle hompeage structure.
Right now I have something like this:
<h2>
Title
<p>
Subtitle
</p>
</h2>
I want to change in:
<h2>
Title
</h2>`
<p>
Subtitle
</p>
I found this piece of code that generate the title/subtitle but I can’t find a way to modify it:
`if ( ! function_exists( ‘cardstyle_blog_title’ ) ) {
function cardstyle_blog_title() {
global $post;
$heading = esc_html( get_theme_mod(‘blog-heading’) );
$subheading = esc_html( get_theme_mod(‘blog-subheading’) );
if($heading) {
$title = $heading;
} else {
$title = esc_html( get_bloginfo(‘name’) );
}
if($subheading) {
$title = $title.’ <p>’.$subheading.'</p>’;
}
return $title;
}
}
How I can do that?
Thank you so much.
]]>Hi Alexander, your themes is absolutely beautifull, big thank for all your hard work.
I wonder how can you make audio/video format post like your Cardstyle demo. Thank you!