Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@compimusic: Please post in your site url.
Regards,
MaheshMahesh
Member@maviedecoeliaque: You mean to add google font and change font family? This can be done with Custom CSS. Let me know what font you want and where you want to use it. Please post in your site url.
Regards,
MaheshMahesh
Member@pietromessa: Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:
.site { width: 940px; } #main { padding: 50px 150px 0; } @media screen and (max-width: 940px) { .site { width: 100%; } #main { padding: 20px 30px; } }Regards,
MaheshMahesh
Member@oofnu: Please add the following CSS:
.catchbase-nav-menu .sub-menu a, .catchbase-nav-menu .children a{ font-size: 18px; }Regards,
MaheshMahesh
Member@jaetmmorris: For menu aligned to right, add the following CSS:
.menu.parallax-frame-nav-menu { float: right; }And for decreasing the height, add the following CSS:
.header-background .nav-primary .menu a { padding: 15px 20px; } .header-background #site-branding { padding: 0 0 10px; }Regards,
MaheshMahesh
Member@gargoyle35: This can be done with Custom CSS but not in table but the width is to be set to primary content. I tried but for some reason, your table is always picking 840px width. Try disabling the plugins if you have any and try to make the table adjust within the primary content area.
Let me know further.Regards,
MaheshMahesh
Member@mwstichel: Glad to know your issue is resolved. Have a nice day!
Regards,
MaheshMahesh
Member@gargoyle35: The width for main content is 840px. You are using
<table class=" aligncenter" border="0" style="width: 640px;">inside content, please removestyle="width: 640px;"from table attribute and will fix the issue. Let me know if any problem.Regards,
MaheshMahesh
Member@gargoyle35: Max width is set to 1200px and as the with of device decreases, it takes full-width. What size do you want to make it?
Regards,
MaheshMahesh
Member@theproteinnut: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Member@janetmmorris: Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:
#masthead .wrapper { display:flex; flex-direction: column; } #site-branding { order: 2 ; } .nav-primary { order: 1 ; }Regards,
MaheshMahesh
Member@mithrand: Glad to know you’ve resolved it by yourself. Have a nice day!
Regards,
MaheshMahesh
Member@mwstichel: Just checked your site, seems the image url you are using as the background is broken. Please try to upload a new image and see if it works. We tested the same on our server with the theme and its working just fine. If you are using some plugins, try disabling them and check if it resolves the issue.
Regards,
MaheshMahesh
Member@takefive-media: Remove the one you have and try installing a fresh copy of the theme again. Or if it didn’t work either, try uploading the file through Cpanel or FTP. Let me know if any problem.
Regards,
MaheshMahesh
Member@habo: This is a server issue. Either use FTP to upload the plugin, or contact the server for the issue.
I don’t about the extra background. Please clarify more.Regards,
MaheshMahesh
Member@gargoyle35: For home page, go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:
body.home { background-image: url("url-to-image-1"); background-position: center center; background-size: cover; }For sergi page, add the following CSS:
body.page-id-13 { background-image: url("url-to-image-2"); background-position: center center; background-size: cover; }Note: Please replace the image url in the above codes (url-to-image-2) with you desired image url.
Regards,
MaheshMahesh
Member@inforapunzel-will-raus-ch: We’ll need to check on your server. We’ll contact you through email shortly.
Regards,
MaheshDecember 13, 2016 at 12:09 pm in reply to: Images in widgets not loading after update to 1.8 #105277Mahesh
Member@mwybranowski: Is the plugin working fine with other theme? Seems like it is a plugin issue.
Regards,
MaheshMahesh
Member@theproteinnut: Yes, theme works fine with Contact Form 7. And about the image in that particular page. It is from the metabox. Go to edit page and make sure Default option is selected in Single Page/Post Image Layout . Then click update.
Regards,
Mahesh -
AuthorPosts
