Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: How to have smaller images in posts #20465
    Zoran
    Participant

    Text in post to be full width

    http://www.1234.in.rs/slike/s10.png

    in reply to: Breadcrumb #20460
    Zoran
    Participant

    Hi Sakin

    My external CSS looks:
    .breadcrumb ul li { border: none; }
    .breadcrumb ul li a { background-color: transparent;
    color: #ffffff;
    padding: 0 20px 0 1px;
    }
    .breadcrumb ul li a:hover, .breadcrumb ul li.current_item {
    background-color: transparent;
    background-position: right 8px;
    color: #000000;
    }
    .breadcrumb ul li.current_item { padding: 0 1px; }

    and I managed only when I change breadcrumb-bg.png to bread-bg-dark.png in style.css

    .breadcrumb ul li a {
    background: url(“images/breadcrumb-bg-dark.png”) no-repeat right 8px #FFFFFF;
    }

    http://www.1234.in.rs/slike/s9.png

    Thanks

    in reply to: How to have smaller images in posts #20457
    Zoran
    Participant

    Hi Sakin

    I tested on one more test site and I tried and I only add
    .post .post-thumb { max-width: 170px; } in external css.
    http://www.1234.in.rs/slike/s8.png

    It will be nice if is possible expand width of post to the maximum.

    Anyway, I got it what I want. Thanks

    in reply to: How to have smaller images in posts #20425
    Zoran
    Participant

    Hi Sakin
    I build child theme. Configuration are little changed but works. I test first all on my local computer.
    Beside created style.css, I copied content.php to folder simple-catch-pro-child and changed what you suggest me. I also copied function.php to same folder and changed
    /* We’ll be using post thumbnails for custom features images on posts under blog category.
    */
    set_post_thumbnail_size( 170, 170 );

    // Add Simple Catch Pro’s custom image sizes
    add_image_size( ‘featured’, 170, 170, true); // uses on homepage featured image
    add_image_size( ‘slider’, 976, 313, true); // uses on Featured Slider on Homepage Header

    Pictures are really smaller but I can`t resize frame about pictures.
    http://www.1234.in.rs/slike/s5.png

    in reply to: Breadcrumb #20424
    Zoran
    Participant

    Hi

    Thank you for your response.

    A little bit I changed your code

    .breadcrumb ul li { border: none; }
    .breadcrumb ul li a { background-color: transparent;
    color: #ffffff;
    padding: 0 20px 0 1px;
    }
    .breadcrumb ul li a:hover, .breadcrumb ul li.current_item {
    background-color: transparent;
    background-position: right 8px;
    color: #000000;
    }
    .breadcrumb ul li.current_item { padding: 0 1px; }

    Can I arrow in breadcrumb put on the middle (now is bottom) and a little bit to small space from top and bottom for breadcrumb (menu and horizontal line down)
    http://www.1234.in.rs/slike/s4.png

    Thanks again

Viewing 5 posts - 1 through 5 (of 5 total)