Dipika Balajiwala
Forum Replies Created
-
Hello, @answersbyadam You can use the following CSS to display the dots. Please let me know if it works for you.
Preview Screenshot: https://prnt.sc/N2MQKUFurVxw
Thanks!.uael-post-grid ul.slick-dots li button:before {
content: '?';
width: 20px;
height: 20px;
font-size: 35px;
}Forum: Fixing WordPress
In reply to: MENU has gap at the topHello @dnyanadaa
Please use this CSS to resolve this issue, it was taking top: 32px !important;
https://prnt.sc/amTcdAmovZvf.elementor-element.elementor-element-2da58d6.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.e-lazyloaded?{
top: 0px !important;
}
Please let me know if you are still having any issues.
Thanks!!Forum: Plugins
In reply to: [Web Stories] AMP Test Error with Web Stories Plugin IntegrationResolve this issue, Thanks!!
Forum: Plugins
In reply to: [Web Stories] WP Offload Media Lite Compatibility with Web Stories PluginThanks!!
Forum: Plugins
In reply to: [Web Stories] WP Offload Media Lite Compatibility with Web Stories Plugin@swissspidy Thanks, it worked!
Now I have one more question: is there any option for users to download web stories?Forum: Plugins
In reply to: [Web Stories] WP Offload Media Lite Compatibility with Web Stories Plugin@swissspidy
Thank you for your response.
I’m encountering an issue where images are not loading in the editor. Please see the attached screenshot for reference: https://prnt.sc/_eptc5UYQyLL
Additionally, images are not showing on the front end here: https://prnt.sc/F63g6o8fTmBo
However, the images do appear inside the story: https://prnt.sc/TAEVHoJuhUHP
Could you please assist me with this issue?
Thank you!Forum: Fixing WordPress
In reply to: WordPress mobile version layoutHello @urwishcart
Please add this css to resolve this issue.
html,?body?{overflow-x: hidden;}
Thanks!!- This reply was modified 2 months, 3 weeks ago by Dipika Balajiwala.
Hello @goyalashutosh3425
All pages have a blue banner color, so the header is also visible on your page. However, due to the white background, it wasn’t showing properly. To resolve this issue, you can try this CSS:
.ast-primary-header-bar.ast-primary-header?{
background: #0f57fb;
}
a.menu-link?{
color: #fff;
}
When you add the above CSS, it will look like this: https://tinyurl.com/22wjj3ruForum: Everything else WordPress
In reply to: Content going out of screen in mobile viewHello @pankakmehla
Please try this CSS
.content?{ word-break: break-word; }
Screenshot – https://tinyurl.com/295q68qkForum: Everything else WordPress
In reply to: Content going out of screen in mobile viewHello @pankakmehla
To resolve the overlap issue, please add the following CSS:
.content p?{ word-break: break-word; }
Thanks!!Forum: Requests and Feedback
In reply to: Elementor nao carrega para eu pode editar os modelos salvosHello @gbtechbyte
Make sure you are using Elementor-supported themes like Hello Elementor. You can also change this setting from the dashboard to solve this issue. – https://prnt.sc/a6n5MzRF0WgnForum: Fixing WordPress
In reply to: Mobile menu showing incorrectlyHello @maxvsr
You can use this CSS also, here is the screenshot – https://prnt.sc/YZ60CPXqLFUm
.mobilenav li a?{
color: #08182e?!important;
}Forum: Fixing WordPress
In reply to: Duplicated dropdown menu arrows in the headerHello @floatenterprises1
Instead of padding, please add a top and bottom margin to the menu’s anchor tags. Here’s the CSS you can use
.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
padding: 0px;
margin: 50px 0px;
}
Screenshot for reference: View ScreenshotForum: Fixing WordPress
In reply to: Change font for commentHello @marco-raaphorst
To change the font of the “Geef een reactie” title, go to Appearance > Customize > Additional CSS in your WordPress dashboard. Add the following CSS code
.comment-reply-title?{
font-family: var(–wp–preset–font-family–inter);
}
For a visual guide, check out this screenshot.Forum: Fixing WordPress
In reply to: All the styles including the header and footer are not rendered.@monalisa1991
Could you please share screenshots showing the issue you’re experiencing? Specifically, I’d like to see where CSS has been applied and what your current header and footer look like on the website in the backend.
Thanks!!- This reply was modified 4 months, 1 week ago by Dipika Balajiwala.