Revolution slider

Posted in: Newspaper
Post count: 19

Hi.

Thanks for a great theme.

I have created a slider with revolution slider, which you can see on http://macweb.dk

But when you open the homepage on an iPhone, it cuts the top of the slide – So you can’t see whole the iPhone on the picture.

It works fine on computer, iPad etc.

Another problem is when you are using iDevices with megamenu, then you can’t select the category. You have to press on a article. How can i fix this?

Any suggestions? What can i do for fixing this :)?

Post count: 19

One last question.

How can i change the typography on the comments on my site? I have changed it all, but i can’t find the comment >.<

Post count: 7909

Hi,

Sorry for delay! We answer to the most oldest topics so if you add a new reply we get later to your topic.

Please try this custom css for revolution slider on mobile in Theme Panel > Custom Css: http://screencast.com/t/zpqrsBreyt

@media(max-width: 767px) {
.home .wpb_revslider_element .forcefullwidth_wrapper_tp_banner {
margin-top: 0 !important;
}
}

This is how the menu works on touch screen device, you cannot hover the menu items like on desktop, so the link will not work there.

You can customize the font for comments using custom css, as it is not an option in panel – http://screencast.com/t/yUQRW5TU

input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
font-size: 10px;
}
textarea {
font-size: 14px;
}

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.