Forum Replies Created
-
AuthorPosts
-
CharlesParticipant
Hi Alexis, disregard that message we got your website 🙂
CharlesParticipantHi Alexis, can you please send the link to your website? Thank you
CharlesParticipantNo worries!
CharlesParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
CharlesParticipantHi Alexis, the logo typically has a set size within the block options. Generally, you just want to set a logo width that works well in both mobile and desktop.
However, if you wants separate sizes, this will require a little more CSS:
@media screen and (max-width: 768px) {
.site-logo-wrapper {
max-width: 120px;
}
}You’ll need to adjust the width value as needed.
CharlesParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
CharlesParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
CharlesParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
CharlesParticipantHi again, I’ve seen both websites. Can you please tell me the specific issues you’re having with the install? Thank you!
CharlesParticipantHi there, thanks for reaching out. Can you please give us the URL of your site so we can take a look? Also, are you getting any kind of error message?
Thank you.
CharlesParticipantHi Alexis, yes you are correct. You should place WordPress translation files (created with Poedit) in the
wp-content/languages/themes
directory. This location is recommended to ensure that your translations remain intact during theme updates. If thelanguages
andthemes
folders do not exist, you can create them.Best wishes!
CharlesParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
CharlesParticipantThis content is restricted to Organic Themes members with an active subscription. Login here.
CharlesParticipantThis reply has been marked as private. -
AuthorPosts