Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Isabella: Footer Widgets area the divided in columns. If you only have activate Footer Area One, then you will have 100%. If you have widget in Footer Area One and Two then you will have 50% each in two columns and so on.
So, first decide how many columns you want and then add widgets accordingly in the Footer Widgets Areas. After that send me your site URL and let me know which one you want on right. For that I will give you custom css.
Sakin
Keymaster@kurt: I need to know what you want. I am but confused with this. I check in your site and you have implemented the css for your menu in the sidebar. Also you already have border bottom.
Sakin
Keymaster@Pia: It’s your browser cache issue. You can check this screenshot https://dl.dropboxusercontent.com/u/81234910/IMG_6223.PNG
You can also check from this site which doesn’t cache it http://anonymouse.org/cgi-bin/anon-www.cgi/http://bonitatissue.com/
Sakin
Keymaster@kurt: do you have screenshot of what you want. If you want whole background
.widget_nav_menu .menu-demomenu-container { background-color: #003; }Sakin
Keymaster@vdesc: Catch Evolution Free theme doesn’t have option to enable Secondary and Footer Menu in mobile devices. Sorry this option is there only in pro version.
Sakin
Keymaster@Isabella: You can add the following css:
.no-sidebar.full-width .hentry { padding-top: 0; padding-bottom: 0; }Sakin
Keymaster@Andrew: Sorry we don’t have build in css columns. You can try to use Responsive Columns plugin or Responsive Table plugin. You can search at http://wordpress.org/plugins/
Sakin
Keymaster@Isabella: You haven’t copied that css properly. There is missing dot before hentry. Replace your css:
/* Take away the grey border */ hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 { border: none; }with the following:
/* Take away the grey border */ .hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 { border: none; }Sakin
Keymaster@peterdroginformation-nu: Cheers 🙂
Sakin
Keymaster@Young: That’s great 🙂
Sakin
Keymaster@Pier: Sorry not sure about the development process, I will refer this today. Sorry we missed this thread. Will try to add in next version update.
For now, can you just use “Featured Category Slider”, so it takes latest posts automatically.
Sakin
Keymaster@Dolomie: For Promotion Headline. First, you need to add in your English text and save it. Then you need to go to “String Translation” section in WPML plugin settings and add in other languages for that.
Sakin
Keymaster@Paul: Just go to “Appearance => Theme Options => Header Options” and then check in “Disable Header Right Sidebar?” and save changes.
Sakin
Keymaster@Haydie: Sorry, I haven’t got any email from them. If it was our theme issue then they will contact us. So, I guess its from their side and they are fixing it in plugin updates.
Sakin
Keymaster@Ralf_St: Please post in your site URL and explain. So, if I get your test site and live site then I can make comparison and tell you what you have been doing wrong or send you custom css to adjust it.
Sakin
Keymaster@Isabella: Yes, for font size for primary menu. You can add the following css:
#header-menu ul.menu a { font-size: 14px; }You can remove the border by adding the following css:
.hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 { border: none; }To remove the top padding above content, you can add the following css:
#main { padding-top: 0; }Sakin
Keymaster@nsalas: In Catch Kathmandu Theme, you can just go to “Appearance => Theme Options => Social Links” and then add your email address in “Email” box. No need to add in mailto.
Sakin
Keymaster@kurt: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
/* Menu Widget Color */ .widget_nav_menu a { color: #21759b; } /* Menu Widget Hover Color */ .widget_nav_menu a:hover, .widget_nav_menu a:focus, .widget_nav_menu a:active { color: #404040; } -
AuthorPosts
