I think I know what my issue is now.. This template is not as fluid as I'd like. As with most joomla templates.. I'm able to create my own modules, use css code to move modules around. I'm certain I can still insert code but I did not want to have to spend a lot of time doing this. For example, I insert my logo, however I need it to be higher, further to the left of the template. I know realize that when I modify code, it effects the entire template. The is is the reason I was not able to see entire components, or widths were cut off. Another example is I don;t see an option for breadcrumb.
I might have to consider redesigning with another template. Ive spent too long trying to figure this out. I need full fluidity with my template designs.. If you know how I can perform these tasks without manipulating new code.. I'd appreciate it. Thanks
a
Hi AGabrielle.
Thank you for using product our.
I'm sorry for reply late, Now I will check all your problem, Please give me some time
Thank you so much for empathy.
Thank you.. ensure you are able to access my site with the login info I have provided. You will see some of my custom modifications. Also let me know what I might not need to customize the template.. such as T3, theme magic, etc. Thanks
a
Hi AGabrielle.
I saw you edit css of footer. I don't know you want it that how does will show. Please give me an image that want to edit.
I will check it for you,
You edited it. that affect all the template
.container {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}
}
You can write css in custom code tab/Before </head> of template.
Please wite them in <style></style> tag
Exactly.. this is what I was saying that when I inject custom css code it interferes with the entire template. I want the footer "about us", etc. to have normal width.
I would like the header logo to be larger, a little to the left without effecting the rest of the template. I was not sure where to input the custom code.. I tried before head before and it did not go right.. Yes, if you can look at the video slider when it's open. I want it to remain open.. I think JUX gave me code for this already I just haven't inserted it yet.
I notice when I manipulate the header logo "up or down" it effects the twitter logo making it higher or lower.. Thanks
a
Hi Agabrielle.
Please turn on Extension manager. I will check your code.
Or you can do the below:
Step 1: Please restores code
.container {
margin-right: auto;
margin-left: auto;
}
Step 2: Please go to ..jux_petcare/tpls/blocks/footer.php line 27, 35 find line code:
<div class="container">
and edit to
<div class="container abc">
Step 3: Go to ... custom code tab/Before </head> of template.
add line code:
<style>
.container .abc{
width:100%
}
</style>
OK, I'm need to disable your login and restore my site.. I'm not sure what happened.. but up until 2hrs ago.. everything was fine.. its another reason I prefer no one mess with my backend.. just look at it and make suggestions.. Thanks
a
I restored my site and your recommendations helped me a lot to customize the site without modifying the entire template. Thanks again for your advice..
a
Hi AGabrielle
Thanks your feedback to me again,
1. I'm sorry your problem, I don't edit any thing your site. I only check custom code in template after restored your site.
2. You can add class and custom that you want.
Thanks your empathy.