Forum Replies Created
list of topics you have created till now.
-
-
Try the custom css code below;
.format-link .entry-content a { word-break: normal; }It is a different theme “Responsy Wp”, impressivCard WP doesn’t have a blog page.
Hi, in addition to the custom css code i gave in my post above, try adding this custom css code after;
#header nav ul span { background: none;} #header { padding-top: 0 !important;} #header nav ul { margin-top: -0.5em;} #header .title { padding-top: 8px;}Hi, sorry i have just seen your reply, you can use this code;
<script> $(function() { $('#nav > li').removeClass('active').eq(2).addClass('active'); }); </script>Hi, it is “Open Sans” if you select text logo, but if you are asking for the font in the sample logo image it is “Cooper Black” .
Hi, to hide page titles and center the contact page try this custom css;
.page .entry-header { display: none; } .contact-form, .contact-form input, .contact-form textarea, .page-template-page-contact-php .hentry p { text-align: center; } .contact-form label.error { left: 33%; } .contact-form .ajax-loader { margin: 1.5em auto 0 auto; } .page-template-page-contact-php .hentry { padding-top: 0; }You can change these texts to lowercase with localization, see documentation > localization section. Or you can make any text lowercase via custom css, but you need to this for each section;
.about-author h3, #respond h3 { text-transform: lowercase !important; }I think that looks really bad with almost no white space, you can do this with these custom css;
.site-header { padding-bottom: 0em; } .hentry > h1 { margin 0; } h1.site-title a { border-bottom: none; } .site-header hgroup { padding: 0em 0 0.5em 0; } h1.site-title { line-height: 1; margin-bottom: -0.3em; } .readable-content > .hentry { padding: 0.7em 0 2.5em 0; }Besides that you have some empty “p” tags in your content that makes extra white spaces, you can remove them in Editor’s Text tab.
I see the same thing, haven’t you noticed that white spaces around header and logo are reduced after custom css code. I can see the difference clearly. Try deleting the custom css and see how it looks without custom css.
It is working on your site too, check the page below Author name in “About The Author” module uppercase eliminated, it looks in lowercase format.
This is really weird, i still can see the changes on your site, white spaces are reduced, send me a screenshot to be sure if we both see the same result.
It works fine on my side, hit “CTRL + F5” if still nothing changes, provide a url to see what’s wrong if possible.
Hi, try the custom css code below;
* { text-transform: none !important; }Hit “Ctrl + F5” i see the changes on your site, also add this custom css;
h1.site-title { line-height: 1; margin-bottom: 0; }Ok, delete the custom css in my first post, then try this custom css;
.site-header { padding-bottom: 2em; } .hentry > h1 { margin-top: 0; } h1.site-title a { border-bottom: none; } .site-header hgroup { padding: 1.5em 0 0.5em 0; }Can you provide a url to see what’s wrong?
Hi, try the custom css code below;
h1.site-title { line-height: 1; margin-bottom: 0; } .intro h2 { margin-top: 0; }Hi, i noticed that an iframe is being appended at the end of body by pinterest script, that makes the extra space in footer, you can hide it via custom css, we will add this css code in the next update, thanks for the feedback.
#page ~ iframe { display: none; }Hi, you are not using 3d layout now, you must be activated safe-mode. Page attributes are for 3d layout. Deactivate safe-mode and let’s see what’s wrong.
I only noticed that some of your thumbnail images are not big enough to fill the container. You can make them fill the container with custom css code below if you like,
.portfolio-items .hentry img { min-width: 100%;}I didn’t notice anything different in your portfolio page, it looks good to me.
Hi, you can try the custom css code below to reduce the white space on top of blog list.
.post-list ul { padding-top: 0;}Thanks for the feedback also.
Hi, i tested and it looks fine on our preview site, can you provide the url to see what’s wrong.
If the map is shown properly, you can ignore that alert, i always get alert on embeded content on chrome.
Hi, paste the code below to the “External Stylesheet / Javascript” box under Theme Settings > Style tab.
<script> jQuery(document).ready(function($) { $('.blog-post').eq(3).css('clear','left'); $('.blog-post').eq(7).css('clear','left'); }); </script>Hi, we will add lightbox shortcode for this. Thanks for the feedback.
Hi, try the Custom CSS code below;
.flex-container .flex-direction-nav li a { opacity:1; } .flex-container .flex-direction-nav li .next { right:20px; } .flex-container .flex-direction-nav li .prev { right:52px; }Hi, please check the post below;
Hi, please check Documentation > Localization section.
Hi, add the code below to the External CSS/JS box under Appearance > Theme Options > Style tab.
<script> jQuery(document).ready(function($) { $('#primary.span7').removeClass('span7').addClass('span8'); $('#secondary.span5').removeClass('span5').addClass('span4'); }); </script>and add the code below to the Custom CSS box in same window;
.featured { text-align: center; }Hi, you may have something missing in your html markup. You can disable iscroll by enabling safe-mode in html data attribute but this will also disable 3d layout.
<html data-safeMod="true"
Hi, i just checked our live preview again on chrome 24 and it works fine. What is your chrome version?
Try this custom css code;
#portfolio-items { max-width: 960px; }If you want 4 items instead of 5 items per row, you need to increase portfolio items image size so 4 items fit in the layout.
Hi, it might be possible, but i don’t know the exact page parameters. You can check jmpress example page for different layouts;
please check the post below;
http://www.pixelwars.org/forums/topic/thumbnails-sizes-in-portfolio-page/
Hi, it looks like “Raphaël Icon-Set” font icons don’t appear on android 2.x version, I will think for a solution, thanks for the feedback.
Hi, shortcode generator is in the update list.
Hi, you can set cropping value for blog images (“Theme Settings > Style > Cropping for blog page”), but you need to re upload your existing post’s featured images to be cropped in new sizes.
Hi, try the custom css code in the post below;
Hi, since this is just a vcard theme, blog was out of the scope when we were designing the theme. Alternatively you can link to a seperate blog site in social icons on somewhere else.
Try adding this custom css code;
@media screen and (max-width: 480px) { .wrapper { width: 280px; } }ahmetsali
Keymaster11 February 2013 at 20:02Posted in : Homepage Widgets – hide description column?Hi, can you provide a url to see what’s wrong ?
Hi, you can use an image for background 1280px to 1920px width.
Try adding the custom css code below;
@media screen and (max-width: 768px) { .wrapper { width: 660px; } }Try these modifications, open
css/bootstrap.cssin a text editor,1-) On line : 84, change this
@media (max-width:767px)
to this;
@media (max-width:768px)
2-) On line : 85, change this
@media (min-width:768px) and (max-width:979px)
to this;
@media (min-width:769px) and (max-width:979px)
3- in
css/main.cssfile, between line :320 – line: 382 find every code block;(max-width: 767px)
and replace it with this;
(max-width: 768px)
Hi, try the custom css code below;
.portfolio-items .item { width: 272px; }Hi, you can use the custom css code below;
.portfolio-items .title { text-indent: -999em;}Hi, max 300px width is enough but if you want to provide retina support you can consider @2x size.
Hi, your menu links contains full url, menu links should be #/page-name format. Please see Documentation > Menu for detailed instruction.