Viewing 20 posts - 1 through 20 (of 35 total)
  • Author
    Posts
  • #157414
    Ta0102
    Participant

    I use a catch base.

    1. I want to make the menu of TOP center display.
    2. I want to display the promotion headline in the center.
    3. I want to display the fixed page under recommended contents.
    Recommended content is normally displayed at the top of the footer, so checked in the check box
    4. I want to eliminate margins on the entire page, both sides.

    #157449
    sapana
    Participant

    @ta0102:Please post your site Url so that I can look into those issues.

    Kind Regards,
    Sapana

    #157463
    Ta0102
    Participant
    #157467
    sapana
    Participant

    @ta0102:Go to=> Appearance=> Customize=> Additional CSS and Add following CSS code
    /*To display menu top center*/

    .nav-primary.search-enabled {
        margin-left: 150px;
    }

    /* To display the promotion headline center*/

    #promotion-message h2 {
        margin-left: 160px !important;
    }

    /*To eliminate the margin in both sides*/
    -The layout featured called No Sidebar(Full width) is available in Catch Base Pro. I recommend you to upgrade to Pro.

    -For the issue No 3 can you elaborate more briefly or you can send me screenshot.
    Let me know if this works out!

    Kind Regards,
    Sapana

    #157470
    Ta0102
    Participant

    http://phoenix-web.co.jp/wp-content/uploads/テスト.jpg

    I want to change the order on the TOP page.
    However, on individual pages I want to display the bottom 8 contents above the footer.

    #157471
    Ta0102
    Participant

    Image of TOP

    Promotion headline

    fixed page

    Eight contents


    Current

    Image of TOP

    Promotion headline

    Eight contents

    fixed page


    Hope

    #157472
    Ta0102
    Participant

    http://phoenix-web.co.jp/wp-content/uploads/テスト1.jpg

    How to display individual pages
    I want to do it in the same display method as the image.

    #157523
    Ta0102
    Participant

    Hello.
    Mr. Sapana.
    please tell me. . .

    #157525
    sapana
    Participant

    @ta0102:/* To change the position of featured content from the footer*/ you can simply follow this steps:
    Go to=> Appearance=> Customize=> Featured Content=> Check to move above Footer=> You can check and uncheck as per your requirement.
    Let me know if this helps to solve your issue.

    Kind Regards,
    Sapana

    #157527
    sapana
    Participant

    @ta0102: To change the position of featured content in individual page is quit difficult so I suggest you to hire customizer.
    Let me know if you have any other related issue.

    Kind Regards,
    Sapana

    #157539
    Ta0102
    Participant

    I checked the check box.
    I did it.

    However, I want to change the display order of the TOP page.
    Promotion headline
    Recommended content (8)
    I want to make it a fixed page.

    Individual pages no longer have any problem.

    #157540
    Ta0102
    Participant

    “Promotion headline” When you look at smartphone, the screen gets distorted …

    #157541
    Ta0102
    Participant

    There is a line in the menu of TOP.
    I want to eliminate this.

    #157557
    sapana
    Participant

    @ta0102:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    /* To eliminate the border line in top*/

     .nav-primary {
        border-top: none !important;
    }

    /* For Promotion headline*/
    Please remove all the CSS you have add for the promotion headline section and add the following CSS

    #promotion-message .left {
        max-width:100%;
    }

    Let me know if this solves your issue

    Kind Regards,
    Sapana

    #157637
    Ta0102
    Participant

    http://phoenix-web.co.jp/wp-content/uploads/テスト0000.jpg

    ↑Hope

    Currently, five are displayed vertically.

    #157681
    Ta0102
    Participant

    Hello.
    Mr. Sapana.
    please tell me…

    #157690
    Ta0102
    Participant

    http://phoenix-web.co.jp/wp-content/uploads/テスト2.jpg

    I want to delete.

    However, I want to leave the title of the TOP page.
    Thanking you in advance.

    You are truly excellent.
    Great.

    #157796
    sapana
    Participant

    @ta0102:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code
    /*To display current Five image horizontally/

    #text-7 .textwidget img {
        width:115px;
        padding-right:5px;
    }

    /* If you want to hide page in specific page*/

    #post-42 .entry-content h2 {
        display: none;
    }

    /*If you want to hide the page title in every page*/

     .entry-content h2 {
        display: none;
    }

    Let me know if this solves your issue!

    Kind Regards,
    Sapana

    #157847
    Ta0102
    Participant

    Thank you very much.

    You’re great.

    Also, I think that you will need your help if something goes wrong.

    Thanking you in advance.

    #157969
    sapana
    Participant

    @ta0102:Hello, I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review?https://wordpress.org/support/theme/catch-base/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Kind Regards,
    Sapana

Viewing 20 posts - 1 through 20 (of 35 total)
  • The topic ‘I use a catch base.’ is closed to new replies.