-
AuthorPosts
-
April 20, 2014 at 8:11 pm #253607
Hello Kriesi team!
I am working on the site located temporarily at: http://gator3148.hostgator.com/~yc4c/
Looking for assistance with the following issues:
- On the old site (at: http://yourcar4cash.ca), the phone number was very large and aligned with the logo. Is there a way to do this in Enfold?
- How do I completely remove the boxes around the menu items/menu row?
- How can I put a bit of space between the menu and the layerslider on the home page? I tried using the horizontal ruler on the whitespace setting, but the amount of space it creates is HUGE (even when I set it to only a few pixels, or negative pixels!)
- How can I remove the default table formatting? I would like no borders or background, as you can see I’m just using those for layout to stay in line with the client’s previous website.
- It seems that some strange formatting is overriding my basic table settings, as I am trying to have both columns top justify (so the text in the right column is top aligned.) The basic tag is not working… how can I fix?
- In the logo row at the bottom, how can I have those logos vertically centered so they are consistent/even with each other?
- On the testimonial page (http://gator3148.hostgator.com/~yc4c/testimonials/), how can I align the name and city to the left with the quote above?
Many thanks, as always, for your support!
DrewApril 21, 2014 at 7:18 am #253682Hey HiDrew!
Thank you for using the suppor forum!
If you don’t mind, please post each questions on a single thread. It will be much easier for us to answer your queries in that manner.
1.) Please add this on Quick CSS or custom.css:
div.phone-info { font-size: 20px; top: 80px; position: relative; color: green !important; }
2.) Use this for the menu borders:
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a { border: none; }
3.) Use this to create a gap between the menu and the layer slider:
.home div#main { margin-top: 50px; }
4.) Can you please provide us a link to the page with the tables?
5.) Use this to align the testimonial name to the left:
.avia-testimonial-meta { margin-left: 0; }
Regards,
IsmaelApril 24, 2014 at 4:36 am #255284Thanks Ismael.
For #2, removing borders, the top and bottom border still remain. And also, now that the phone number is moved down (thanks for that code), the top bar is redundant – is there a way to safely remove that?
See screenshot at: http://gyazo.com/572e28df7ac3fb895d6448452a5b3c44 for reference.
As for the tables, they are on the home page, below the layerslider. Wanting to remove the border and shading, so they are just white background. Would love to have an easy solution that I can implement on any site when I need to drop in an invisible table.
Link: http://gator3148.hostgator.com/~yc4c/ — see the three tables below.
Many thanks (and yes, happy to do separate topics next time, as per your request.) :)
Drew
April 24, 2014 at 2:26 pm #255513Hi!
Thank you for the update!
2.) Please use this to remove the borders:
#header_main_alternate { border-bottom: none; } #header_main { border-bottom: none; }
3.) Use this to hide the top bar:
#header { margin-top: -30px; }
4.) Use this to remove table borders and make the background white:
tr:first-child th, tr:first-child td { border: none; } .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: white; }
Regards,
IsmaelApril 24, 2014 at 5:22 pm #255618Thanks Ismael, everything is working except the tables aren’t top-aligned. I put the old valign=”top” tag into my table HTML, but that doesn’t seem to do the trick. (Yes, I’m old school – time to learn the new ways of doing things!)
For instance, at http://gator3148.hostgator.com/~yc4c/ wanting Lease/Loan Buyout and Coupons to align with the top of the table.
Many thanks for your assistance. Kriesi continues to blow me away with great support, which is why I continue to buy the theme for various projects – more than a dozen installations!
Cheers!
DrewApril 28, 2014 at 3:51 pm #257128Hi!
As a general aside you should never use tables to make layouts or content as its really only for tabular content. It runs the risk of not getting read by search engines as well and with the themes drag and drop editing I can’t see a real reason to use it.
In general the customization Ismael provided above isn’t what support is able to provide since its individual customization so its not a good idea to count on it to create that kind of non-standard layout either :)
The current usage of valign seems to be keeping each of those content blocks aligned top for me but since its no longer correct syntax I’m not sure what all browsers would do for it.
Best regards,
Devin -
AuthorPosts
- You must be logged in to reply to this topic.