I adding a price table to front page. However, the title is covered by price table. How do i make the title at the left side while the price table on the right?
Thank you.
Cyberek wrote:Could you please post an url to your site?
Cyberek wrote:Could you please post an url to your site?
#gkBottom4 .box.title-left .header {
position: relative;
margin: 0px;
margin-bottom: 50px;
}
Cyberek wrote:1. Please dont bump your question (don't reply in your own thread) - it makes you wait longer (your question goes down in our queue)
2. Please edit: /templates/gk_john_s/css/override.css and add at its end:
- Code: Select all
#gkBottom4 .box.title-left .header {
position: relative;
margin: 0px;
margin-bottom: 50px;
}
Adjust the margin-top value to your liking.
This will place price table under the text. Placing it on a side is a complete different story and sadly - this kind of customisation is beyond our support.
Remember to enable "CSS override" in template settings - advanced section.
Cyberek wrote:You have added some styling that overrides the one provided by me. Please modify that first.
Cyberek wrote:Currently your site is password protected.
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
#gkBottom4 .box.big-title .header {
position: absolute !important;
z-index: 5 !important;
left: 12%;
}
Cyberek wrote:You can try something like this:
- Code: Select all
#gkBottom4 .box.big-title .header {
position: absolute !important;
z-index: 5 !important;
left: 12%;
}
You can also add "top:" parameter and offset the text from top of the module.
Cyberek wrote:As previous - to override.css - instead of previously added code.
dziudek wrote:@pah800 - you will have to use a higher map image.