-
-
Hi,
A few issues. The menu disappears when the site goes down to mobile size.
Also I have a black footer on my site. One one page I have a small paragraph of text. The footer is pretty to close to this text, and I was wondering if there was anyway to have it sticking to the bottom of page?
Thanks,
Phil
-
Hello,
You had not set ON the responsive menu. I enabled it in General Options > Header Options > Show Responsive Menu Dropdown.
To make the content stick to the footer, i set to 0 the content bottom padding, which was 85px. You can see the change in General Options > Layout > Inner Page Content Padding.Let us know.
Best regards!
-
Hi,
Sorry I don’t think I was clear. What I would like is for the footer to stick to the bottom of the page, so if you scroll down the footer is always at the bottom of the page all the time instead of appearing half way up the page.
I also want to remove all copy from the footer apart from the copyright. I can’t find a option for this.
Thanks in advance!
Phil
-
Hi,
Sorry I don’t think I was clear. I would like the footer to stick to the bottom of the page, so if you scroll down the footer is always at the bottom of the page all the time instead of appearing half way up the page.
I also want to remove all copy from the footer apart from the copyright. I can’t find a option for this.
Thanks in advance!
Phil
-
Hi,
Also If you go to my site I have a secti0n of text:
MEXIM is an independent engineering consultancy providing design, analysis and project service within the oil & gas, energy and defence sectors.
This should be centered. I have set the borders to equal numbers but the whole block appears on the right hand side of page.
Thanks,
Phil
-
Hello,
-To remove footer (not copyright area) go to General Options > Footer Options, set OFF the “Show Footer” option.
-“Footer appearing half way up the page”-> this happens because there is not enough content to fill the body. Add this css into your custom css box, to fix this:
#content { min-height: 900px !important; }
-The centered title in homepage ->there is a padding set for this row. Change it by adding this custom code:
.vc_custom_1481359208947 { margin-left: 0px !important; }
Let us know.
Best regards!
-
Hi,
With regards to the footer. I want to keep the black footer, as I have said in a previous message. What I don’t want to keep is all the copy that appears on the footer such as brochure etc. I DO want to keep the copyright info.
With the homepage title. When I have set either the padding or border options in the design section of the column, I have set both the left hand side and the right hand side as equal numbers. So why is it not centered?
Also where do I place the code you have given me. I’m not a developer so I don’t have experience of coding.
Thanks,
Phil
-
Hello,
-The ‘Brochure‘ and all other items in copyright area are just a custom menu widget. Go to Appearance > Widgets > Copyright Area and remove the widget found there.
-You have set the content of the column to “Centered content” in Column Settings > General and then added equal values to side padding in “Column Settings > Design Options“. This resulted in a centered title and then moved 200px left from the original position (which is center)
I removed the paddings and now it’s ok.-Now it’s not needed to paste this code. However, paste any custom css code in General Options > Custom Css box (screenshot).
Best regards!
-
You must be logged in to reply to this topic.