Forum Replies Created
-
AuthorPosts
-
Hey Andrew!
I’m on a faster connection than 1mb but I tried scrolling immediately when I open the links provided but I couldn’t see the issue either. On one page it seemed like it was going to do what you described, but within less then a second it “popped” into place again. Would it be possible for you to do a screencast so that we can see the issue for ourselves? It’s difficult for us to help you if we can’t reproduce the error.
Best regards,
Rikard-
This reply was modified 10 years, 1 month ago by
Rikard.
Hi!
Could you try and play around with the values until you find something you like, something like this maybe:
@media only screen and (max-width: 767px) { #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row { width: 120%; left: -40px; }}
Regards,
RikardHey Steve!
Could you try and see if it works reversing it?
array( 'center', 'bottom' ) );
Cheers!
RikardMarch 2, 2015 at 4:40 am in reply to: How change .avia_textblock bottom margin ONLY on mobile devices? #404259Hey crewneck!
Try to put your CSS for mobile only inside of the following code:
/* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { YOUR CUSTOM CSS GOES HERE }
Best regards,
RikardMarch 2, 2015 at 4:35 am in reply to: Text Widget – Display squares or bullets in unordered list #404257Hey!
Please provide us with a link to the site in question and we’ll take a closer look.
Regards,
RikardHey!
Could you please provide us with a link to the site in question? Also, if possible, a screenshot/simple mock-up or detailed description of what you are trying to achieve would be helpful.
Cheers!
RikardMarch 2, 2015 at 4:26 am in reply to: Enconding error or ? marks on icon titles (admin/page edit) #404247Hey JC!
Could you highlight the issue your having with paragraphs with a screenshot or elaborate a bit please?
Best regards,
RikardHey Cindy!
Great, just get back to us if you should have any more questions.
Cheers!
RikardHi!
Let’s try the code Ismael provided for functions.php first and see if it works.
Cheers!
RikardHey cworkman1!
I’m not really sure exactly what you want to do with the picture in the footer, could you please elaborate or highlight the issue with a screenshot or a mock-up?
If you want the footer to remain a set height, please try to add the following to your footer CSS block:
max-height:42px !important;
The footer will cover your content since it’s set to fixed, you can try to add padding or margin to the last content block though to add space underneath it:
margin-bottom:100px;
or
`padding-bottom:100px;’
Cheers!
Rikard -
This reply was modified 10 years, 1 month ago by
-
AuthorPosts