Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
You are welcome! :)
-
Ok. So from what we see, there is only one way to increase content width on mobile. It's the following css:@media only screen and (max-width: 767px) { .section_wrapper, .container, .four.columns .widget-area { max-width: 95% !important; } }
-
What's your VC version?
-
http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key/p1
-
You're welcome!
-
Hi, you are unable to save the content only because of the limits on your server side. More details about that you can read in the following topic http://forum.muffingroup.com/betheme/discussion/7689/muffin-builder-items-or-page-options-can-not-be-…
-
Hi, we did checked and there is no need to use rel="prettyphoto" for VC galleries. All you need to do is just set it up as on the following screenshot http://pasteboard.co/LZy6SVOn.png
-
Like we wrote above, you can make it full width if you will use FULL WIDTH style for the section.
-
Hi, you can change it's color under Theme options > Colors > Forms section. However, if you would like to know how some things were made, next time we recommend to create extra WP instance, import the demo that you are interested with and che…
-
So this one is not possible unfortunately.
-
http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key/p1
-
Like we wrote on http://forum.muffingroup.com/betheme/discussion/18965/can-t-remove-white-space-between-blocks we replied on your message already.
-
Hi Laurens, please send us link to page where you would like to change header's height first and we will see if it's even possible. Thanks!
-
We sent you an answer on 4th of August at 4:14 PM. So please check your inbox/spambox.
-
Hi, it's Visual Composer item and it has no possibility to slide 4 images at a time. Thanks!
-
At first, Portfolio is centered but you need to know that this item does not come from the theme. It comes from your extra plugin. But about the contact details, you build this site with VC which as far as we know does not have an option to set cust…
-
Hi, if you put the API key and the map still does not work, it means you did something wrong and it has nothing to theme. For more details about Google Maps API key, please take a look at https://churchthemes.com/2016/07/15/page-didnt-load-google-m…
-
Hi, maybe you installed Contact Form 7 plugin after demo import? If that's what you did, then the form imported with the demo wouldn't work because it was imported before plugin installation.
-
Hi, to make those tabs full width, you need to put them into own/individual section with FULL WIDTH style.
-
But the link you sent us above, has nothing to shop page. Our page is a WooCommerce page while your is not. It's just a plain page.
-
@dq-8 We do not have an option to change the icon of "Back To Top" button color but to change it's color, please take a look at http://forum.muffingroup.com/betheme/discussion/10575/back-to-top-button-color where we explained this already.
-
If you don't want to provide the link, then the only place where Button colors can be changed is Theme options > Colors > Content section.
-
Ok, got it. So the tables has always auto width. Of course, you can increase td to 100% but it wouldn't look good in our opinion. If you want, you can increase it with the following css:table td { width: 100% !important; }
-
To align list items, please use:.list_item .list_right { text-align: center !important; }
-
You are welcome! :)
-
Hi, you mean probably Footer Copyright which can be removed under Theme options > Footer section.
-
You're welcome ;)
-
Hi, 1. Blockquotes can be added if you will switch to DEFAULT style under Theme options > Global > General section. 2. Font family can be changed with an extra css:blockquote { font-family: "FONT-NAME" !important; } but remember t…
-
Hi, it's because of an empty section that you can see on http://pasteboard.co/7CyABpiO8.png and it can be removed with the following css:.section.the_content.no_content { display: none !important; }
-
Ok. So if you want to remove responsive menu completely, then you need to use the following css:#Top_bar a.responsive-menu-toggle { display: none !important; }