Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@champac: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 990px) { .mobile-menu-one #site-branding { padding: 0; width: 100%; } }Sakin
Keymaster@champac: Yes, for that I need to check your site and then only I can send you custom css.
October 3, 2015 at 12:54 am in reply to: Header Height; Font-size of Page title; Font-size of Main Menu #67850Sakin
Keymaster@champac: To hide that, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 990px) { .mobile-menu-anchor { display: none; } }Sakin
Keymaster@Young: Yes, we would love to make that compatible. So, can you ask in that plugin support forum about this conflict. Then they should change it or if suggest the way to make it compatible with theme. Then we can make changes accordingly.
Sakin
Keymaster@Young: It’s conflicting with plugin. Can you try disabling plugin one by one and check in. I suspect Ninja Contact Form, that you have in left side float “Get eBrochure Here”
Sakin
Keymaster@Michael: Yes, that’s because of responsive video code. You can wrap with div and assign max width. For example you can see the code below:
<div style="max-width: 420">and your youtube video embed code</div>Sakin
Keymaster@Leslie: can you try this plugin https://wordpress.org/plugins/custom-header-extended/
Sakin
Keymaster@Michael: I don’t see 5th Photo in mobile as well as desktop. So, you need to check that image path. When I check in your sever, the image is not opening. You have image URL as http://judynmike.org/wp-content/uploads/2015/09/spider_rock_11.jpg
Sakin
Keymaster@PierreSG: Catch Kathmandu uses different structure. Can you post in Catch Kathmandu Support forum at http://catchthemes.com/support-forum/forum/catch-kathmandu-public/ and let me know what you want to do it?
Sakin
Keymaster@Andreas: I check in this issue more in WordPress and found that it’s issue in your server and not in theme. Menu is controlled by WordPress Core and your server. So, ask your Website Hosting server to fix it. You can show this link https://wordpress.org/support/topic/menus-limit-to-90-items-in-database
If it’s localhost, then you need to configure your php.ini file
Sakin
Keymaster@yyyfor: Ok replace your following css in child theme style.css
#header .social-search form.searchform { left: 60px; position: absolute; }With the following css:
#header .social-search form.searchform { left: 60px; position: absolute; top: 100px; padding-top: 0; }Then add following css in your child theme style.css file
#header ul.social-profile { position: absolute; right: 60px; top: 100px; margin: 0; }Sakin
Keymaster@Andreas: Sorry, which theme are you using. Please post in your site URL and also can you explain what happen when you save 90 items. Any error message.
Sakin
Keymaster@Leslie: Sorry this option is not there in Catch Box Pro theme. For this you can search for plugin at http://wordpress.org/plugins/
October 2, 2015 at 12:42 am in reply to: Header Height; Font-size of Page title; Font-size of Main Menu #67805Sakin
Keymaster@Schlaufer: Yes, you can add css one after another in “Appearance => Theme Options => Custom CSS” box.
Now, you can add the following css:
@media screen and (min-width: 783px) { #site-logo img { max-height: 61px; } #site-title { font-size: 36px; } #site-description { font-size: 20px; } #header-right .widget ul.menu li { font-size: 21px; } #header-search::before { font-size: 31px; } } -
AuthorPosts
