I need to move the Header 1 and Header 2 positions above hornav main menu. Not sure why it isn't there. How/where should I go about this?
I also would like the logo position to never show and to take no room. The only choices are image or text, one or the other. How/where do I eliminate the Logo position of the template?
Hello
The URL provided appears to be giving us an error...
The page isn’t redirecting properly
To remove your logo try adding the following to the Custom CSS field of your templates parameters...
Ciarán
The URL provided appears to be giving us an error...
The page isn’t redirecting properly
To remove your logo try adding the following to the Custom CSS field of your templates parameters...
#logo {
display: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello
To remove the complete logo area you can use the following Custom CSS instead...
Ciarán
To remove the complete logo area you can use the following Custom CSS instead...
#container_header {
display: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 2
The two CSS mods were added and all but 60px was removed. I added the following which removed those pixels:
#header_bg {
height:0px;
}
I would like to add a module position above the hornav_container position. I have added
<div id="newmodule"> <jdoc:include type="modules" name="newlogo" /> </div>
in several layout programs to no avail. It adds my new module position but pushes the main menu menu items down below the black hornav background but does not add above the black hornav menu background. I am not sure were to add this code.
#header_bg {
height:0px;
}
I would like to add a module position above the hornav_container position. I have added
<div id="newmodule"> <jdoc:include type="modules" name="newlogo" /> </div>
in several layout programs to no avail. It adds my new module position but pushes the main menu menu items down below the black hornav background but does not add above the black hornav menu background. I am not sure were to add this code.
- more than a month ago
- Commercial Templates
- # 3
Hello
Would you have a URL to an example of your site with the new module position?
Ciarán
Would you have a URL to an example of your site with the new module position?
Ciarán
- more than a month ago
- Commercial Templates
- # 5
https://bungoboxsfl.com/rent-moving-boxes/index.php
Trying to put logo above the hornav black line at top of page.
Trying to put logo above the hornav black line at top of page.
- more than a month ago
- Commercial Templates
- # 6
Hello
You could try adding the following to the Custom CSS field of your templates parameters...
Ciarán
You could try adding the following to the Custom CSS field of your templates parameters...
#container_hornav {
height: 160px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
That placed the logo within the black line, my client needs it to look like the attached. I need a new module position above hornav whose backgound I have control. See attached
- more than a month ago
- Commercial Templates
- # 8
Hello
What your requesting is quite different to the original design of the template and can not achieved by CSS alone. If you wish you can send temporary administration access to your Joomla installation to info@joomla51.com and we will see if we can edit your template markup to allow the requested changes. For our reference please paste a link to this post in your email.
Ciarán
What your requesting is quite different to the original design of the template and can not achieved by CSS alone. If you wish you can send temporary administration access to your Joomla installation to info@joomla51.com and we will see if we can edit your template markup to allow the requested changes. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Hello Ciarán
I am going to purchase Magnolia and try to configure it to my needs. The Logo is in the right place. I can probably manage the rest with CSS.
I am going to purchase Magnolia and try to configure it to my needs. The Logo is in the right place. I can probably manage the rest with CSS.
- more than a month ago
- Commercial Templates
- # 10
A CSS issue I don't understand. This doesn't work. Using Magnolia.
#container_main {
background: url(images/location_third_bg.jpg) repeat-x scroll 0 0 #fab62d!important;
}
This is the site I am suppose to come close to emulating for a franchisee. http://bungobox.com/pricing - the stripe lines above the word pricing in the content area. I am using the same graphic as this site.
This is what I am getting with the CSS listed above: https://bungoboxsfl.com/rent-moving-boxes/index.php/features
It doesn't seem to have any affect.The image does exist in the location specified.
#container_main {
background: url(images/location_third_bg.jpg) repeat-x scroll 0 0 #fab62d!important;
}
This is the site I am suppose to come close to emulating for a franchisee. http://bungobox.com/pricing - the stripe lines above the word pricing in the content area. I am using the same graphic as this site.
This is what I am getting with the CSS listed above: https://bungoboxsfl.com/rent-moving-boxes/index.php/features
It doesn't seem to have any affect.The image does exist in the location specified.
- more than a month ago
- Commercial Templates
- # 12
Hello
It appears the CSS is unable to find your image. Try using the full URL to your image ensuring that the URL is correct by trying it in your browser first.
Eg.
Ciarán
It appears the CSS is unable to find your image. Try using the full URL to your image ensuring that the URL is correct by trying it in your browser first.
Eg.
#container_main {
background: url('https://bungoboxsfl.com/images/location_third_bg.jpg') repeat-x scroll 0 0 #fab62d!important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 13
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »