Forum Replies Created
-
AuthorPosts
-
Hey 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!
RikardHi dlvennie!
Please try the following code in your Quick CSS:
.html_header_left #top #header { border-right-width: 0px !important; } .html_header_sidebar #top #header .social_bookmarks { border-top-width: 0px !important; }
Regards,
RikardHey Courtney!
Please try to add this to your Quick CSS:
#wrap_all { position: relative !important; }
Cheers!
Rikard -
AuthorPosts