Forum Replies Created
-
AuthorPosts
-
Mahesh
Participantfriarpaul: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 540px) { #header-featured-image { display: none; } }Regards,
MaheshMahesh
Participant@catwingz: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.two-columns #primary { width: 900px; } .two-columns #secondary { width: 250px; } @media screen and (max-width: 1280px) { .two-columns #primary { width: 840px; } } @media screen and (max-width: 1152px) { .two-columns #primary { width: 780px; } } @media screen and (max-width: 1100px) { .two-columns #primary { width: 700px; } } @media screen and (max-width: 1000px) { .two-columns #primary { width: 640px; } } @media screen and (max-width: 940px) { .two-columns #primary { width: 530px; } .two-columns #secondary { width: 200px; } } @media screen and (max-width: 782px) { .two-columns #primary { width: 100%; } .two-columns #secondary { width: 620px; } } @media screen and (max-width: 640px) { .two-columns #secondary { width: 520px; } } @media screen and (max-width: 568px) { .two-columns #secondary { width: 560px; } } @media screen and (max-width: 480px) { .two-columns #secondary { width: 100%; } }Regards,
MaheshMahesh
Participant@itan317: Woocommerce is only supported in Clean Journal Pro version. I recommend you upgrade to Pro.
Regards,
MaheshMahesh
Participant@friarpaul: Please post in your site url. In the following link, I didn’t find any header image.
http://test2.franciscandiscernment.org/
Let me know further.Regards,
MaheshMahesh
Participant@thetravelgal: How many posts do you have? And how many most posts per page have you set? Currently only 7 posts are displaying.
Let me know further.Regards,
MaheshMahesh
Participant@catwingz: Add the following CSS for removing background color from image:
#branding { background-color: none; }Regards,
MaheshMahesh
Participant@champac: Add the following CSS:
@media screen and (max-width: 767px) { #header-right-social-icons { display: none; } }Regards,
MaheshMahesh
Participant@vivialmonacidgmail-com: I guess you’ve done this yourself. I checked your site and the menu is in footer with text align right.
Regards,
MaheshMahesh
Participant@calmo16: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#featured-grid-content .pageid-1823 .caption .entry-title { margin: 0 auto; width: 70%; }Regards,
MaheshMahesh
Participant@finnjackson: I checked your site and it seems to be working. The hyphens are now gone. Let me know further.
Regards,
MaheshMahesh
Participant@calmo16: I don’t understand where this is, In featured grid content, the title is already centered. Can you please show with an image as example.
Regards,
MaheshMahesh
Participant@aaspedia: Please do not repeat the same post. I have already replied in your other thread. I’ll skip this one.
Regards,
MaheshMahesh
Participant@finnjackson: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#content article { hyphens: none; }Regards,
MaheshMahesh
Participant@vivialmonacidgmail-com: Please add the following CSS:
#main .hentry { background-color: #fff; }Note: Change the color hex to your desired color.
Regards,
MaheshMahesh
Participant@calmo16: It seems you’ve fixed the issue. Let me know if any problem.
Regards,
MaheshMahesh
Participant@robertl: Seems, you’re using a twitter widget, which is causing a script error. May be it is causing the issue. Please try deactivating all your plugins and check if it resolves the issue.
Add the following CSS for changing color of titles in search.
.search #main .page header.entry-header .entry-title a { color: #9CCCD4; }Regards,
MaheshMahesh
Participant@tatsujin: Do you mean menu in the sidebar area? If yes, yes, this is possible. Actually this function is available is Free version.
Let me know further.Regards,
MaheshMahesh
Participant@libertylobby: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#header-featured-image .wrapper { width: 100%; } #header-featured-image img.wp-post-image { width: 100%; }Regards,
MaheshMahesh
Participant@lemri025: Go Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:
#header .layout-978 { background-image: url("some_image_url"); background-repeat: no-repeat; background-size: cover; }Note: Please replace some_image_url in the above code with your desired image url.
For the second one, you’ll need to hire a customizer.
Regards,
Mahesh -
AuthorPosts
