Slider Revolution Issue - Top Part of Slider cutting off in Safari

Just updated to the latest version of Slider Revolution 6.5.2 hoping it would solve the issue in Safari of cutting off the top part of the slider. Unfortunately, even though we’ve cleared all caches this update did not resolve this issue.

Any advice on how to prevent this from happening and it to view properly?

Hi Kimberly,

Thank you for writing in, can you provide a screenshot of the issue? the Home page slider looks fine on my end (see screenshot below). In the meantime, please clear all your caching plugins and caching features including your browser’s cache.

Cheers,

Just cleared all caches and browser and this is how it looks in Safair.

Hello Kimberly,

I am seeing your site like this on a large screen:

I guess that you are viewing the site on a laptop screen which could be the case. There isn’t enough space to display the menu items which is why it moves down to the next row. Please go to Appearance > Menus and edit your menu. You may need to group some of the menu items and put them in a submenu to make enough room when the screen gets smaller.

Kindly let us know how it goes.

Is there a better way to set my slider so that it responds to the different sizes without cutting off top graphics?

Hi Kimberly,

You can follow what my colleague Ruenel said, you may need to remove at least 1 page in your main menu so that in the smaller screen the header section is still in one column. Another way around is using the CSS with media query condition to make the font size and padding a little bit smaller. You can paste the code below in your X > Theme Options > CSS as a starting point.

@media(min-width: 979px) and (max-width: 1239px) {
	.x-navbar .desktop .x-nav > li > a {
		font-size: 12px;
		padding: 0 8px !important;
	}
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.