Forum Replies Created

Viewing 15 posts - 8,131 through 8,145 (of 8,657 total)
  • Author
    Posts
  • in reply to: Site title and tagline to center #8239
    wensolutions
    Keymaster

    No problem! We are glad to help you always.

    in reply to: How to center tag line #8210
    wensolutions
    Keymaster

    No problem! We are glad to help you always. 🙂

    in reply to: How to center tag line #8208
    wensolutions
    Keymaster

    Hi, try the following custom CSS .

    .site-description {
        text-align: center;
    }

    Hope this help!.

    in reply to: Add a contact page/ form or clickable email address #8189
    wensolutions
    Keymaster

    Hello @PhotosmithPhilip

    Yes of course they are the plugins. Now try deactivating #3 and #4 plugin and again go back to Appearance / Customize.
    If you are still getting blank page please let us know.
    We will be glad to help you.

    Regards!!!

    in reply to: How to center tag line #8165
    wensolutions
    Keymaster

    Hello,
    Hope you are having a good day,

    If you want to center the site description only, please go to

    Dashboard=> Appearance => Customize => Theme Options => Advance Options

    and add the below given css,

    site-description{
             padding-left: 59%;
               }

    I hope this helps,
    Best regards

    in reply to: How to center tag line #8164
    wensolutions
    Keymaster

    Hello @richardboat

    Can you post your site URL so that we could provide you with some possible solution.

    Regards!!!

    in reply to: Shortcode #8160
    wensolutions
    Keymaster

    Hello @richardboat

    Hope you are doing well. Apologies for the delay in replying to you.
    So going into the issue and as far as I would love to help you with the issue but currently there is no such shortcodes built into the theme so that you can use portfolio, sliders, etc.

    However you can find plugins that may accomplish your particular need.

    Hope this will help you.

    If if have any further confusion regarding the theme feel free to ask.

    Best Regards!!!

    in reply to: Setting Main Menu Position #8120
    wensolutions
    Keymaster

    That’s nice ! 🙂

    in reply to: Setting Main Menu Position #8118
    wensolutions
    Keymaster

    Welcome, it is our pleasure to help you !

    in reply to: Setting Main Menu Position #8116
    wensolutions
    Keymaster

    Hi, try removing previous custom CSS media queries and paste following snippet

    #site-navigation {
       display: table;
       float: none;
       margin: 0 auto;
    }

    Let us know how it goes !

    in reply to: Site title and tagline to center #8048
    wensolutions
    Keymaster

    Hello @ranu007

    Hope you are doing well.
    To make site title and tagline to align center you need to add custom CSS.
    Now first go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    Here you need to copy and paste below CSS.

    #site-identity {
        float: none;
        text-align: center;
    }

    Hope this will solve your issue.
    Let me know how it goes. And thanks for being patience.

    Regards!!!

    in reply to: How to remove featured text #7929
    wensolutions
    Keymaster

    Hello @jwdesignguy

    If you don’t want text to appear below the picture then it can be done with custom CSS.
    You need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    Here you need to copy and paste below custom CSS.

    #featured-content p {
        display: none;
    }

    Hope this will help to resolve your issue.

    Regards!!!

    in reply to: Add a contact page/ form or clickable email address #7928
    wensolutions
    Keymaster

    Hello @PhotosmithPhilip

    Sorry to hear that you are getting a blank page when you go to Customize menu.
    This in not due to the theme or the browser but might be a plugin issue.
    So if you have installed any third party plugin the try deactivating one by one and check you issue.
    If the issue is gone you will know the plugin that have created such issue.
    If the issue still continues then let me know. You will be provided will full assistance.

    Regards!!!

    in reply to: Slider Caption Issues #7914
    wensolutions
    Keymaster

    Hi, you can paste the following code.

    #main-slider .cycle-caption{
    
    top: 70%;
    
    }

    Hope this helps.

    in reply to: Static Front Page not working #7909
    wensolutions
    Keymaster

    Hello,
    We are very thankful that you pointed out the issue for us,
    And we are deeply sorry for the inconvenience, we will release an update to fix the issue as soon as possible, most probably in 24 hours the update will be released.

    Thank you for patiently dealing with the issue,
    Best regards.

Viewing 15 posts - 8,131 through 8,145 (of 8,657 total)