Hello,
1/I’m having a problem with the clean journal design (mobile version)
when I open my website on my phone (galaxy s4) there’s a huge space on the right side is there a solution for that ?
2/and once I open add a comment on the phone same problem it’s too big XD and the magic box is on the top but i want it to be down the comment box
@asumi:
1. problem with the clean journal design (mobile version):
This issue is because of #main div’s width fixed to 900px, you’ll need to add media queries for responsive design / mobile friendly design.
Example:
2. And by magic box, do you mean the widget with text “Magic Action Box…”? Well it is in the sidebar and for responsive design, the sidebar will automatically move just below the main content.
but still I have anoher problem I tried to upload my own design as a header picture but I don’t know why it come after the menu
I want it to be before the menu do I need to change something or?
@asumi: For this, you’ll need to create child theme. You can find more details on creating child theme HERE. Then in your child theme’s function.php add the following codes:
function clean_journal_featured_image_display() {
add_action( 'clean_journal_after_header', 'clean_journal_featured_overall_image', 19 );
}
Seems you are trying to remove the site title and other in the header. But there is a huge white gap in the header. You can use the following CSS to remove it.
ok I create a child theme and everything is going well except for the all right reserved you told me before that I need to upgrade to the clean journal pro or to create a child theme
now with the child theme is it possible to change it ?
@asumi: Yes, this can be done through child theme. Find the function clean_journal_footer_content_content and make a similar function with your custom footer text. Then unhook the default footer with following code: remove_action( 'clean_journal_footer', 'clean_journal_footer_content', 100 );
and add the new footer function with following code: add_action( 'clean_journal_footer', 'your_custom_footer_function', 100 );
I really dont like the design of the mobile version. It looks quite different to the desktop version and now the question is what I have to do to make the full side appear on the phone permanently.
@maxberger: There is no such function to disable responsiveness in the theme. You’ll need to customize it and do it manually through child theme. You can more details on creating child theme HERE.
Regards,
Mahesh
Author
Posts
Viewing 11 posts - 1 through 11 (of 11 total)
The topic ‘clean journal mobile version problem’ is closed to new replies.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Tagged: clean journal, comment box, Home Page, Mobile Version, width