Home › Forums › All Other Themes › Formatting Questions for Movers Pro
- This topic has 8 replies, 2 voices, and was last updated 8 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
June 24, 2016 at 12:33 pm #38231
Hello,
I have a few final questions about formatting as I finish up my site.1.Can the links to the pages across the header be eliminated, I don’t need two places to link to my pages so close together. If that’s not possible, can they be centred?
2. Is it possible to keep the Privacy Policy page, but not have it linked at the top of the page, just the bottom in the footer?
3. My testimonials at the bottom of each page do not all line up, is there a way to have them all be the same length?
4. Could the hours of operation in the header be extended wider so the hours all fit on one line?
5. At the bottom of the page, the “Email Us” box does not line up with the “Address” box, and the “Hours of Operation” box.
6. Is it possible to have a photo in the footer where “Who We Are” currently is? We would like to add a logo to it.
7. The inner pages have a white background, how can I go about changing that?
8. Is it possible to add a banner that is the length of the webpage towards the bottom but above the copyright?
9. On the homepage slider, is it possible that the speech bubbles that link to different pages (Locally Owned, Globally Trusted in the gold box, for example), to be moved to the bottom right of each photo, rather than where they currently show up?
For reference, the URL is http://temp.optvialogistics.com/ , and I have sent the login credentials in the past.
That’s all for now, thanks again for all your help!
Best,
ConorJune 27, 2016 at 6:17 am #38400Hi Conor,
For the point number 1, 2, 3, 4, 5, 9
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.topnav{display:none;}
.header-right .column1{width:195px !important;}
.header-right .column2{width:230px !important;}
.footer-top .column1{min-height:75px !important;}
.nivo-caption{left:0 !important; right:20px; text-align:right !important; top:75% !important;}
.client-say-full{width:97.6% !important;}2. Is it possible to keep the Privacy Policy page, but not have it linked at the top of the page, just the bottom in the footer?
Kindly go to Appearance>>Menus>>Select a menu to edit and select footer menu
drag and drop privacy policy page in footer menu. then select primary menu and remove privacy page from there.8. Is it possible to add a banner that is the length of the webpage towards the bottom but above the copyright?
Didn’t quite understandRegards,
BradJune 27, 2016 at 6:19 am #384016. Is it possible to have a photo in the footer where “Who We Are” currently is? We would like to add a logo to it.
Kindly go to Appearance>>Widget>>Footer widget 1
drag and drop text widget in footer widget 1 and add your logo in that widget.June 27, 2016 at 1:52 pm #38485Hi Brad, thanks for your help. In regards to point eight, I would like a banner photo that we have, a couple of inches in height, and one that spans the entire bottom of the webpage width wise. I have the photo, I just am unsure how to go about putting it in there.
June 27, 2016 at 1:53 pm #38486Hi forum moderator,
I put in the widget, but I am unsure how to actually put the photo into the text box widget, could you explain further?
Thanks,
ConorJune 27, 2016 at 5:30 pm #38507I was also hoping to place the bubbles in the rotating homepage slider more in the bottom right of the photos. Is that possible?
Best,
ConorJune 28, 2016 at 5:56 am #38573Hi Scott,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Find this class .nivo-caption{left:0 !important; right:20px; text-align:right !important; top:75% !important;} and increase the top value as per your need.
For the footer widget:
After drag and drop text widget in footer 1. Go to Media>>Library and click on the image you want to show in footer, then copy the URL of the image from right hand side panel. Go to your text widget and write this code
<img src="Image URL" />
Regards,
BradJuly 27, 2016 at 8:30 pm #41945Hi Brad,
My boss would like to see what the page would look like with the text in the homepage slider on the top right hand side instead of the bottom left like I originally asked about. I tried manipulating the code you sent me to put it on the left side but I couldn’t get the text to go very far right. Could you advise me on how to do that?
Thanks,
ScottJuly 28, 2016 at 10:13 am #42054Hi Scott,
I have changed the code for you. Kindly check and confirm.
You can modify the “.nivo-caption” class from Custom CSS Box.
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.