Forum Replies Created

Viewing 20 posts - 4,521 through 4,540 (of 4,908 total)
  • Author
    Posts
  • in reply to: Tekst next to the logo #84524
    Mahesh
    Participant

    Hi @Ldekker,

    May be following style will help you. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    .site-title {
        display: inline-block;
        -webkit-transform: scale(1, 3.5);
        -moz-transform: scale(1, 3.5);
        transform: scale(1, 3.5);
        margin-top:25px;
      }
    .site-description {
        margin-top:45px;
    }
    @media screen and (max-width: 990px) {
      .site-description {
        margin-top:35px;
      }
    }
    @media screen and (max-width: 480px) {
      .site-description {
        margin-top:30px;
      }
    }

    Regards,
    Mahesh

    in reply to: Show posts in columns #84522
    Mahesh
    Participant

    Hi @Jos,

    I’m afraid it cannot be achieved with custom CSS only. Catch Adaptive Pro is using masonry for two columns display. I recommend you to hire a customizer of that. It is beyond theme support scope.

    Regards,
    Mahesh

    in reply to: Full width? #84521
    Mahesh
    Participant

    Hi @kerrigo,

    The pages in your site are already full-width. You’ve managed the remove the sidebars for the page and show the content with full-width.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: feathured Image pop up #84520
    Mahesh
    Participant

    Hi @Shana Shanti,

    Yes, you’ll get that feature in Pro version for sure. It is built-in feature in Catch Evolution Pro version.

    Regards,
    Mahesh

    Mahesh
    Participant

    Hi @ibrahim,

    Please post in your site url.

    Regards,
    Mahesh

    in reply to: Show JUST post date, NOT also edited date? #84518
    Mahesh
    Participant

    Hi @americaontwowheels,

    Sorry for the late reply. Just checked your site, you are using Catch Base Pro 3.1. and in your theme’s style.css following lines are missing, that is why edited date is being displayed.

    .byline,
    .updated:not(.published) {
    	display: none;
    }
    
    .single .byline,
    .group-blog .byline {
    	display: inline;
    }

    Either add the above styles in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box or child theme’s style.css OR update your theme to version 3.2.

    Regards,
    Mahesh

    in reply to: Full width? #84443
    Mahesh
    Participant

    Hi @kerrigo,

    How are you doing? Just to notice you that Create 2.0 is released and is available for download, please update your copy too.

    Regards,
    Mahesh

    in reply to: Show posts in columns #84439
    Mahesh
    Participant

    Hi @Jos,

    You can make it two column with following CSS, if that is what you mean.

    #featured-content.layout-three .hentry{
    width: 50%;
    }
    #featured-content.layout-three .featured-content-image {
      text-align: center;
    }

    The image you’ve put seem to be broken. Could you please share an image again to make it more clear.

    Regards,
    Mahesh

    in reply to: change text from copyright #84438
    Mahesh
    Participant

    Hi @marga,

    Thank you for your appreciation.

    Regards,
    Mahesh

    in reply to: Spacing Padding Changes #84437
    Mahesh
    Participant

    Hi @Elyunn,

    Thank you for your appreciation.

    Regards,
    Mahesh

    in reply to: Featured Image size #84426
    Mahesh
    Participant

    Hi @[email protected],

    For the above, you have to create a child theme. You can find more details on creating child theme HERE. Then in child theme’s functions.php add the following codes.

    add_action( 'init' , 'catchresponsive_child_adjust_image_size');
    function catchresponsive_child_adjust_image_size() {
        remove_image_size( 'catchresponsive-square');
        add_image_size( 'catchresponsive-square', 300, 197, true);
    }

    Then go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container {
        width: 60%;
    }
    
    .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image {
        max-width: 300px;
        width: 39%;
    }

    Regards,
    Mahesh

    in reply to: Slider Text #84414
    Mahesh
    Participant

    Hi @Torshi,

    For the above, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #feature-slider .entry-container {
        opacity: 1;
    }

    Regards,
    Mahesh

    in reply to: Tekst next to the logo #84413
    Mahesh
    Participant

    Hi @Ldekker,

    I assume you mean to place the Title text to adjacent right to the logo. This feature is included in Catch Responsive theme by default. Go to “Dashboard=> Appearance=> Customize=> Site Identity” and make sure Display Header Text is checked. Then scroll down to bottom and make sure that Check to move Site Title and Tagline before logo is unchecked. Click Save and check in the front page.

    Let me know if this helped.

    Regards,
    Mahesh

    in reply to: Header height #84412
    Mahesh
    Participant

    Hi @Raielene,

    Please post in your site url.

    Regards,
    Mahesh

    in reply to: Easyrotator Home page Sidepage or other page #84411
    Mahesh
    Participant

    Hi @Olivier,

    For this you’ll need further customization in the plugin and is beyond theme support scope. I recommend you to contact the plugin support. I am afraid the above mentioned plugin will only lets you manage the plugin page wise as the feature provided by the theme itself.

    Let me know if I can help you further.

    Regards,
    Mahesh

    in reply to: Easyrotator Home page Sidepage or other page #84347
    Mahesh
    Participant

    Hi @Olivier,

    Please follow along.
    Go to “Dashboard=> Appearance=> Widgets” then, drag your EasyRotator widget into Main Sidebar and save it. It will show the easyrotator in sidebar in all pages (including homepage, post page, archives etc) only if other sidebars are all left empty. Or you need to add widgets to other sidebars(Homepage sidebar, Archive sidebar, Page sidebar, Post sidebar) as well.

    Hope this helps you. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: CSS #84345
    Mahesh
    Participant

    Hi @Anton,

    Thank you for your appreciation.

    Regards,
    Mahesh

    in reply to: Menu landing page #84329
    Mahesh
    Participant

    Hi @debbiewilmot,

    Thats great to know you’ve got it figured out yourself.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: CSS #84327
    Mahesh
    Participant

    Hi @Anton,

    For that, go to “Dashoboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    .post-160 .entry-title {
        text-align: center;
    }

    Regards,
    Mahesh

    in reply to: Inline gallery display only one column #84326
    Mahesh
    Participant

    Hi @wwwalker,

    Yes, now its working fine.
    Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 4,521 through 4,540 (of 4,908 total)