Masking Issue

1 reply · opened Nov 1, 2019

RRos777Nov 1, 2019

Hello Team Canvas

Hope you are doing well. ;-) Please have a look at the attached screenshot.

  1. I can't seem to find the place where I can adjust the masking of the tabs for iPad view. Can you please let me know where I can adjust this height? Here's a preview link for your ref: https://www.aftershock.co.za/approvals/des/

  2. Then, please look at the link above on desktop. Now drag your screen a little smaller. The borderline above the menu seems to cross over the logo. See screenshot attached. Is there any way to hide this line when the menus on either side become responsive? Obviously, I don't want to hide is when the menu is full in desktop as it creates a nice break between the menu and the logo.

Looking forward to hearing from you.

Ros

SSemicolon WebSTAFFNov 7, 2019

Hello,

Thanks for your Patience!

  1. Consider changing the min_width:100, JS Setting at the bottom of the Page inside the Revolution Slider JS Codes to min_width:160, . This should fix the issue. Since this is a 3rd-Party Plugin, the customizations beyond the Default Settings is currently not supported. For complete Documentation, consider checking out this URL: https://www.themepunch.com/revsliderjquery-doc/slider-revolution-jquery-5-x-documentation/ .

  2. You can consider using the following CSS Code:

@media (max-width: 991.98px) {
	#primary-menu.style-2 {
		border-top: none;
	}
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
Masking Issue · Canvas Template Support