-
AuthorPosts
-
May 29, 2018 at 6:17 pm #963847
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}
}#footer, #footer p, #footer a { font-size: 12px !important; }
#top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items {
min-height: 80px;}
span.wpcf7-list-item {display: block;}
@media only screen and (max-width: 767px) {
.flex_column { width: 100% !important; margin-left: 0; }}Hi can someone please help.
I’ve got this code in quick CSS
#top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items {
min-height: 80px;
This fixes the top logo but throws out the body.
See
May 29, 2018 at 7:33 pm #963889Hey Chris,
What exactly are you trying to accomplish. We need more context than the screenshots.
Best regards,
Jordan ShannonMay 29, 2018 at 8:22 pm #963923Hi and thanks for getting back so quickly.
Over the past couple of years that quick CSS has been used.
What I’m after is a little modification of it so that the logo stays to the left, the type is in the correct sans serif font and the whole of the text is in the correct box/area.
The changes I make cause more problems than you can imagine.Can you help?
Regards
Chris- This reply was modified 6 years, 5 months ago by chrispl0.
May 30, 2018 at 10:56 pm #964548Hi,
Please link us to the site/pages in question.
Best regards,
Jordan ShannonMay 31, 2018 at 11:05 am #964723Hi there, thanks again for getting back to me.
I’ve sent the login details and the FTP details.I think most of it is sorted now!
I was given this code by your good-selves a couple of years ago but I’m thinking it may be redundant now.
Can you tell me if I still need it?@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}
}#footer, #footer p, #footer a { font-size: 12px !important; }
#top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items {
min-height: 80px;}
span.wpcf7-list-item {display: block;}
@media only screen and (max-width: 767px) {
.flex_column { width: 100% !important; margin-left: 0; }}June 4, 2018 at 5:46 am #966306Hi,
Yes, please keep the rest of the css codes. They were added to enable the scroll to top button and change the font size on mobile view. However, you may no longer need this one.
@media only screen and (max-width: 767px) { .flex_column { width: 100% !important; margin-left: 0; }}
Best regards,
IsmaelJune 4, 2018 at 11:09 am #966443Thank you very much for all your help.
Very much appreciated.Cheers
Chris -
AuthorPosts
- The topic ‘Any chance of a little help with code please!’ is closed to new replies.