Forum Replies Created
-
AuthorPosts
-
SkandhaParticipant
@sazerelli: Since you want the logo to be bigger than it’s original size the resolution of the logo has decreased.
Let me know if you have anymore issues.
Regards,
SkandhaSkandhaParticipantSkandhaParticipant@hollyehrocketmail-com: The audio control bar starts only after the video content so it does not block any content. You cannot decrease the height of it but you can remove the whole bar if you want. Let me know what you would like to do.
Regards,
SkandhaSkandhaParticipant@sazerelli: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:1023px) { .custom-logo-link img { width:12%; max-height:200px !important; } }
Let me know if this solves your issue!
Regards,
SkandhaSkandhaParticipantHello @tmurthy, I think I found a better solution for your issue.
Go to => Appearance => Customize => Additional CSS and the following CSS Code.
@media screen and (min-width:64em) { .has-header-video .custom-header-media { min-height:450px; } } #wp-custom-header-video { object-fit:cover; }
Let me know if this works out for you.
Regards,
SkandhaSkandhaParticipant@luismarioochoa: To get rid of the white line
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#mobile-footer-menu { border:none; }
To correctly set primary menu as sticky menu
Go to => Dashboard => Settings => myStickymenu => Change the Sticky Class to.nav-primary
and save changes.Let me know if this solves your issue!
Regards,
SkandhaSkandhaParticipantHello @donadonatoearthlink-net, We can check if a css is working or not or edit a css code using the inspect element option when you right click on the browser screen. You can try for yourself. We cannot log in to your admin panel without you providing us the admin credentials.
You seem to be using a very old version of the theme. Please update the theme to it`s latest version to make best use of the theme. Also clear your browser cache. This may be the reason the CSS i provided you is not working at your end.
Let me know if the issue persists.
Regards.,
SkandhaSkandhaParticipant@luismarioochoa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
To make the Navigation Menu transparent
.nav-primary { background:none; }
To center the footer menu
@media screen and (max-width:991px) { #mobile-footer-menu { text-align:center; } }
To get rid of division above footer
#site-generator { border:none; }
I’m afraid the scroll up icon cannot be moved that way.
Let me know if this solves your issue.
Regards,
SkandhaSkandhaParticipant@luismarioochoa: Please check out this link to know how you can upload images to you slider.
Let me know if this solves your issue.
Regards,
SkandhaSkandhaParticipant@luismarioochoa: Go to => Appearance =>Customize => Additional CSS and add the following CSS Code.
To center the Title/Tagline
#site-branding, #site-logo, #site-header { display:block; float:none; } .site-title { text-align:center; }
To center the navigation menu
.menu.catchresponsive-nav-menu, #menu-main { float: none; text-align: center; width: 100%; } .catchresponsive-nav-menu li { float: none; }
To center the mobile menu icon
@media screen and (max-width:991px) { #mobile-header-left-menu { float:none; text-align:center; } .mobile-menu-anchor { display:block; } }
To change the color of the text in calender page as you said
span.gigpress-info-label { color:#ff0000 !important; } span.gigpress-info-item { color:#ffffff; }
Let me know if this works out.
Regards,
SkandhaSkandhaParticipant@edufuster: Try disabling all your plugins and check your site. Let me know if this issue still persists.
Regards,
SkandhaSkandhaParticipant@effess: The minimum width supported is 280px but the width of Samsung Galaxy Y seems to be 240px. I suggest you to hire a customizer for this purpose.
Regards,
SkandhaSkandhaParticipant@spokehouse: I can’t tell you the exact date but it will be very soon. Will let you know when the update is released.
Regards,
SkandhaSkandhaParticipant@artpriskaleutenegger-ch: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.site-footer-menu .wrapper { background-color:#000; }
Let me know if this solves your issue.
Regards,
SkandhaSkandhaParticipant@gruis28: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:1025px) { .custom-logo { position:absolute; margin-left:330px; top:110px; } }
Let me know if this works out.
Regards,
SkandhaSkandhaParticipantHello @tmurthy, Sorry for the late reply. I will forward this issue to the development team let you know as soon as there comes a better solution for it.
Regards,
SkandhaSkandhaParticipant@banneser: I suggest you not to edit theme files without creating a child theme as all your edits will be lost when you update the theme. Can you post in your site URL.
Regards,
Skandha -
AuthorPosts