Forum Replies Created

Viewing 20 posts - 10,461 through 10,480 (of 12,027 total)
  • Author
    Posts
  • in reply to: Adonis free – page width on Hi-res monitors #152210
    Skandha
    Participant

    @mekki: For the first issue
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content {
        height:480px;
    }

    You can change the height according to your requirement!

    You seem to have solved the second issue.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: social links in footer #152202
    Skandha
    Participant

    @toerfiets: Thank you for the appreciation. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Mobile phone display issue #152198
    Skandha
    Participant

    @android: Hello there, 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-flames/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. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Classic menu + social menu in header #152195
    Skandha
    Participant

    @sorina68: Please make sure you have checked the option Show Social Menu before search button on desktop in the Menu Option and also Make sure you have Selected a Social Menu.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Need to Reorder Layout on Decree Pro Theme #152189
    Skandha
    Participant

    @unioncountytickets: Yes, that is possible but for that you will need to create a child theme and do a little bit of customization. Let me know if you are comfortable with child theme customizations otherwise I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Mobile phone display issue #152181
    Skandha
    Participant

    @android: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    	body { 
    		padding: 0; 
    		margin: 0; 
    		width:auto; 
    
            }
    
    }
    	
    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body { 
    	width:auto; 
         }
    }

    Let me know if this solves the issue!
    Kind Regards,
    Skandha

    in reply to: problems with home page #152180
    Skandha
    Participant

    @christian3001: I checked your site and I don’t see any section above the contact. I presume you have figured it out.

    Let me know if you have anymore issues!
    Kind Regards,
    Skandha

    in reply to: Mobile view #152177
    Skandha
    Participant

    @ajchubbuck: Your site seems to be show up well in mobile except the text Extending Reliability Through Leadership. This is because the text is coming from the header image. I don’t think you can do much about it.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Event Calendar #152175
    Skandha
    Participant

    @olivia: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post-type-archive-tribe_events .page-title {
    	visibility:hidden;
    }
    .post-type-archive-tribe_events .page-title::before {
    	visibility:visible;
    	content:"Events";
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: social links in footer #152136
    Skandha
    Participant

    @toerfiets: Hello there, 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/lucida/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. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: How to make links on another color page with an underscore #152131
    Skandha
    Participant

    @grubrinro: Hello there, 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/higher-education/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. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Classic menu + social menu in header #152130
    Skandha
    Participant

    @sorina68: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @cuddapah: Hello there, 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/adonis/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. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Change the size of the header #152127
    Skandha
    Participant

    @albertoc: Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    #hgroup-wrap {
    	display:none;
    }

    Then
    Go to => Appearance => Customize => Additional CSS
    and add the following CSS Code.

    #hgroup-wrap, #main-feat-img {
         clear:none;
     }
     .custom-logo-link {
         padding-top:20px;
         padding-left:20px;
     }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: How do i download the demo content #152122
    Skandha
    Participant

    @paulexchester: Hello, there, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/my-music-band/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. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: social links in footer #152121
    Skandha
    Participant

    @toerfiets: I have added the email icon to header right menu with the email address link. Please check and let me know if this works out!

    Kind Regard,
    Skandha

    in reply to: Size of featured slider #152025
    Skandha
    Participant

    @bulgakov: Yes, it should be possible. Please post in your site URL so that I can look into the solution.

    Kind Regards,
    Skandha

    in reply to: social links in footer #151966
    Skandha
    Participant

    @toerfiets: I have added the social links to header right menu and in the footer. Please check and let me know if this is what you want.

    Let me know if you want any changes to be made
    Kind Regards,
    Skandha

    in reply to: Adonis free – page width on Hi-res monitors #151961
    Skandha
    Participant

    @mekki: Please post in your site URL so that I can look into the issue and provide you possible solutions.

    Kind Regards,
    Skandha

    in reply to: Woocommerce shop unstyled #151960
    Skandha
    Participant

    @theophila: I checked your site and Woocommerce shop page is showing up well. Can you elaborate your issue?

    Kind Regards,
    Skandha

Viewing 20 posts - 10,461 through 10,480 (of 12,027 total)