Forum Replies Created

Viewing 20 posts - 1,981 through 2,000 (of 4,908 total)
  • Author
    Posts
  • in reply to: Webpage Border appeared from nowhere #105431
    Mahesh
    Participant

    @wrspoon: Checked your site and its displaying “Maintenance mode is on”.

    Regards,
    Mahesh

    in reply to: Date and author in featured post on landing page #105430
    Mahesh
    Participant

    @juneh: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .blog .sticky .entry-header .entry-meta {
        position: unset !important;
        clip: unset;
    }

    Regards,
    Mahesh

    in reply to: Hide tags at the bottom of my blog post #105429
    Mahesh
    Participant

    @juneh: Glad to know you’ve figured it out. Have a nice day!

    Regards,
    Mahesh

    in reply to: Horizontal sub menu #105428
    Mahesh
    Participant

    @maretto: I’m afraid this is not possible with simple CSS. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Need Assurance #105427
    Mahesh
    Participant

    @fireflywebs: Yes, you can upgrade from 3.4 to 3.4.1 seamlessly. All your customization and settings will be as it is. You won’t lose anything. Though, if you have modified any theme’s core files, you’ll lose them.

    Regards,
    Mahesh

    in reply to: Top menu on Full Frame Pro #105426
    Mahesh
    Participant

    @compimusic: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Problem arrows slider after updating #105425
    Mahesh
    Participant

    @maviedecoeliaque: You mean to add google font and change font family? This can be done with Custom CSS. Let me know what font you want and where you want to use it. Please post in your site url.

    Regards,
    Mahesh

    in reply to: Webpage Border appeared from nowhere #105388
    Mahesh
    Participant

    @wrspoon: Please post in your site url.

    Regards,
    Mahesh

    in reply to: How to change Body width #105387
    Mahesh
    Participant

    @pietromessa: Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    .site {
        width: 940px;
    }
    #main {
        padding: 50px 150px 0;
    }
      
    @media screen and (max-width: 940px) {
        .site {
            width: 100%;
        }
        
        #main {
            padding: 20px 30px;
        }
    }

    Regards,
    Mahesh

    in reply to: Font size of menu/drop-down #105386
    Mahesh
    Participant

    @oofnu: Please add the following CSS:

    .catchbase-nav-menu .sub-menu a, 
    .catchbase-nav-menu .children a{
        font-size: 18px;
    }

    Regards,
    Mahesh

    in reply to: Move Primary Menu to top of Header #105385
    Mahesh
    Participant

    @jaetmmorris: For menu aligned to right, add the following CSS:

    .menu.parallax-frame-nav-menu {
        float: right;
    }

    And for decreasing the height, add the following CSS:

    .header-background .nav-primary .menu a {
        padding: 15px 20px;
    }
    
    .header-background #site-branding {
        padding: 0 0 10px;
    }

    Regards,
    Mahesh

    in reply to: Width of Page(Contenet), Header, Sidebar #105360
    Mahesh
    Participant

    @gargoyle35: This can be done with Custom CSS but not in table but the width is to be set to primary content. I tried but for some reason, your table is always picking 840px width. Try disabling the plugins if you have any and try to make the table adjust within the primary content area.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Background not saved #105355
    Mahesh
    Participant

    @mwstichel: Glad to know your issue is resolved. Have a nice day!

    Regards,
    Mahesh

    in reply to: Width of Page(Contenet), Header, Sidebar #105354
    Mahesh
    Participant

    @gargoyle35: The width for main content is 840px. You are using <table class=" aligncenter" border="0" style="width: 640px;"> inside content, please remove style="width: 640px;" from table attribute and will fix the issue. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Width of Page(Contenet), Header, Sidebar #105350
    Mahesh
    Participant

    @gargoyle35: Max width is set to 1200px and as the with of device decreases, it takes full-width. What size do you want to make it?

    Regards,
    Mahesh

    in reply to: Images on blog posts #105342
    Mahesh
    Participant

    @theproteinnut: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Move Primary Menu to top of Header #105341
    Mahesh
    Participant

    @janetmmorris: Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    #masthead .wrapper { 
        display:flex; 
        flex-direction: column;
    }
    #site-branding { 
        order: 2 ;
    }
    .nav-primary { 
        order: 1 ;
    }

    Regards,
    Mahesh

    in reply to: Missing header image #105330
    Mahesh
    Participant

    @mithrand: Glad to know you’ve resolved it by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Background not saved #105329
    Mahesh
    Participant

    @mwstichel: Just checked your site, seems the image url you are using as the background is broken. Please try to upload a new image and see if it works. We tested the same on our server with the theme and its working just fine. If you are using some plugins, try disabling them and check if it resolves the issue.

    Regards,
    Mahesh

    in reply to: Installation failed #105325
    Mahesh
    Participant

    @takefive-media: Remove the one you have and try installing a fresh copy of the theme again. Or if it didn’t work either, try uploading the file through Cpanel or FTP. Let me know if any problem.

    Regards,
    Mahesh

Viewing 20 posts - 1,981 through 2,000 (of 4,908 total)