Forum Replies Created

Viewing 20 posts - 1,981 through 2,000 (of 4,903 total)
  • Author
    Posts
  • 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

    in reply to: Upload_max-filesize error (catch responsive pro) #105289
    Mahesh
    Participant

    @habo: This is a server issue. Either use FTP to upload the plugin, or contact the server for the issue.
    I don’t about the extra background. Please clarify more.

    Regards,
    Mahesh

    in reply to: Background Image Only on Homepage #105279
    Mahesh
    Participant

    @gargoyle35: For home page, go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    body.home {
        background-image: url("url-to-image-1");
        background-position: center center;
        background-size: cover;
    }

    For sergi page, add the following CSS:

    body.page-id-13 {
        background-image: url("url-to-image-2");
        background-position: center center;
        background-size: cover;
    }

    Note: Please replace the image url in the above codes (url-to-image-2) with you desired image url.

    Regards,
    Mahesh

    in reply to: WP working weird after updating Theme to 4.7 #105278
    Mahesh
    Participant

    @inforapunzel-will-raus-ch: We’ll need to check on your server. We’ll contact you through email shortly.

    Regards,
    Mahesh

    in reply to: Images in widgets not loading after update to 1.8 #105277
    Mahesh
    Participant

    @mwybranowski: Is the plugin working fine with other theme? Seems like it is a plugin issue.

    Regards,
    Mahesh

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

    @theproteinnut: Yes, theme works fine with Contact Form 7. And about the image in that particular page. It is from the metabox. Go to edit page and make sure Default option is selected in Single Page/Post Image Layout . Then click update.

    Regards,
    Mahesh

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