- This topic has 3 replies, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Active HR Theme: Visibility Issues
my website is anisagrantham.com I am using the HR theme. When looking at it from a mobile device, the menu dropdown wont click
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.logo { max-width:80%;}
}
Regards,
Dave
That worked however, the words from the sliders are on top of the logo. Is there any way to have the logo perhaps above this or below this? You can’t tell what website you are even on the way it still is. (although the menu part does work now) Thanks
Hi,
Kindly use this one
@media screen and (max-width:479px) {
.home.has_trans_header .header { position:relative !important;}
}
Regards,
Dave
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]