Hi @fastged007,
This issue might be occurring due to a plugin conflict. So please deactivate all plugins and check if it resolves your issue and after that try activating the plugins one by one to find problematic plugin. Then replace it with an alternate plugin.
Hi @betydbr ,
I tried deactivating all my plugins but it didn’t work. Could it be a CSS I had recently added?
This is current additional CSS Code that I had placed recently:-
@media (max-width: 768px){
.title-logo-wrapper a:after{
padding-left: 5px;
content: “Syarikat Carlane Sdn. Bhd”;
font-size: 20px;
font-family: Serif;
font-weight: 700;
display: inline;
}
}
@media (min-width: 768px){
.title-logo-wrapper a:after{
padding-left: 5px;
content: “Syarikat Carlane Sdn. Bhd”;
font-size: 50px;
font-family: Serif;
font-weight: 700;
display: block;
white-space: nowrap
}
}
.navbar-brand {
display: flex;
align-items: left;
}
.page-header.header-small .container{
padding-top: 300px !important;
padding-bottom: 150px !important;
}
.author {
display: none;
}
@media (max-width: 768px){
.blog-sidebar-wrapper{
display: none;
}}
h1.hestia-title {
display: none;
}
@media only screen and (max-width: 480px) {
/*Following is for the font size*/
.page-header.header-small .container .hestia-title {
font-size: 100px !important;
/*The problem with using that alone is the logo would look off when changing the header, so this is what the following CSS is for*/
margin-top: -20% !important;
}
/*For the header size*/
.page-header.header-small {
min-height: 0px !important;
height: 300px !important;
}
Please try to delete the CSS for the moment and check and also clear your browsing cache.
-
This reply was modified 5 years, 8 months ago by
Betty.
@betydbr yes betty, that worked, turns out it was one of the css code i added thank you