This topic has 5 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Stan Russell
Hi,
I created a static block button in the top bar and whenever the screen resolution is changed to be resized for mobile or tablet, the button on the right hand side stops working. How do I fix this?
Hello Roam,
please provide us with admin credentials for your site in private content and we will check this issue.
Regards,
Stan Russell.
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.main-header > .container {
position: inherit;
}
Best regards,
Jack Richardson.
Hi Jack,
Thanks for your help. Do you know how to create custom css for the recent posts on the side bar? We would like it to have a background colour of: #4871b7, text colour of: #ffffff, and have spacing between the two posts.
Hello,
please add following css code to your custom css:
.widget_recent_entries{
background-color:#4871b7;
padding:0 5px 0;
}
.widget_recent_entries span{
color:#ffffff;
background-color:#4871b7;
}
.widget_recent_entries a{
color:#ffffff;
}
.widget_recent_entries li{
padding-bottom:10px;
}
Regards,
Stan Russell.
Tagged: block, button, responsive, static, theme, top bar, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up