Good day, google translate use because I do not speak English. excuse me!
For days I am trying to insert new module positions, following some online guide, but with poor results.
I bought the template 002 085, and among Position: as-footer-3 and Position: As-Copyright I would insert:
Three new modules positions, side by side
with properties "responsive"
from one line to the other menu items should not be so much space
just like I did with the image attached!
It would code to insert in index.php, default.css and xml files
I can only do small changes to these files, but I have the knowledge to make it in writing code, with your professionalism will succeed us in a moment.
I thank you for your kind courtesy, congratulations for your work!
Thanks thanks thanks!!!!
PS. I can send a picture of the result I would get
AS Templates
POSTED: 2016-09-18
Hello NELLOCAMMAR,
The picture please upload on your server and provide us with a link to the picture.
Regards, AS Team.
nellocammar
POSTED: 2016-09-18
http://www.cigaimport.it/images/asd123
my goal is to have the three module positions (blue) Responsive, with menu items such as the image.
Thanks for your valuable support!
AS Templates
POSTED: 2016-09-18
Hello NELLOCAMMAR,
For each module you have to set bootstrap column size to 4 columns, the parameter you can fins under module advanced options tab.
Regards, AS Team.
nellocammar
POSTED: 2016-09-18
the blue color forms in the image are not in the template, are the ones that I want to create but do not know how to write code. if there is a different way to achieve my goal I politely sent a link where to find information? thank you
AS Templates
POSTED: 2016-09-19
Hello NELLOCAMMAR,
Sorry, not quite understand the problem, can you please provide us with more info?
Regards, AS Team.
nellocammar
POSTED: 2016-09-18
Great, but later I got there!
Now where am I going to change in tmpl.default.css to have the menu items less distant?
Example:
> Current position
> Current position
> Current position
----------------------------
> I would like
> I would like
> I would like
Thanks for the valuable support and patience!
AS Templates
POSTED: 2016-09-19
Hello NELLOCAMMAR,
You have to make changes in the following class:
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
color: #666;
display: block;
font-size: 18px;
padding: 22px 35px 23px;
position: relative;
transition: all 0.5s ease 0s;
}
the class you can find in the '/templates/as002085/css/tmpl.default.css' file, line 249, you have to make the change for the position footer-3 only so our suggestion is to put the edit css in the tmpl.custom.css file.
You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
nellocammar
POSTED: 2016-09-19
okay, I found the string to edit. How do I apply the changes only to 3-footer recalling in tmpl.custom.css?
AS Templates
POSTED: 2016-09-19
Hello NELLOCAMMAR,
You have to add 'footer-row-3' id before the class name as the following:
#footer-row-3 .archive-module li a,
#footer-row-3 .categories-module li a,
#footer-row-3 .mod-menu .nav.menu li a
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
color: #666;
display: block;
font-size: 18px;
padding: 22px 35px 23px;
position: relative;
transition: all 0.5s ease 0s;
}
Always you may ask for our customization services here:
http://www.astemplates.com/services
Regards, AS Team.
nellocammar
POSTED: 2023-05-22
Hi, unfortunately only now that I have published my site do I realize that the "main menu" does not work on some mobile devices, specifically, the menu does not expand on iphone, iOS - Safari browser.
I already upgraded to the "AS Superfish Menu 4.0.1" module but it still doesn't work. I would appreciate your kind support. my site is:
ciga import .it
Thank you
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
For days I am trying to insert new module positions, following some online guide, but with poor results.
I bought the template 002 085, and among Position: as-footer-3 and Position: As-Copyright I would insert:
Three new modules positions, side by side
with properties "responsive"
from one line to the other menu items should not be so much space
just like I did with the image attached!
It would code to insert in index.php, default.css and xml files
I can only do small changes to these files, but I have the knowledge to make it in writing code, with your professionalism will succeed us in a moment.
I thank you for your kind courtesy, congratulations for your work!
Thanks thanks thanks!!!!
PS. I can send a picture of the result I would get
The picture please upload on your server and provide us with a link to the picture.
Regards, AS Team.
my goal is to have the three module positions (blue) Responsive, with menu items such as the image.
Thanks for your valuable support!
For each module you have to set bootstrap column size to 4 columns, the parameter you can fins under module advanced options tab.
Regards, AS Team.
Sorry, not quite understand the problem, can you please provide us with more info?
Regards, AS Team.
Now where am I going to change in tmpl.default.css to have the menu items less distant?
Example:
> Current position
> Current position
> Current position
----------------------------
> I would like
> I would like
> I would like
Thanks for the valuable support and patience!
You have to make changes in the following class:
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
color: #666;
display: block;
font-size: 18px;
padding: 22px 35px 23px;
position: relative;
transition: all 0.5s ease 0s;
}
the class you can find in the '/templates/as002085/css/tmpl.default.css' file, line 249, you have to make the change for the position footer-3 only so our suggestion is to put the edit css in the tmpl.custom.css file.
You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
You have to add 'footer-row-3' id before the class name as the following:
#footer-row-3 .archive-module li a,
#footer-row-3 .categories-module li a,
#footer-row-3 .mod-menu .nav.menu li a
{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
color: #666;
display: block;
font-size: 18px;
padding: 22px 35px 23px;
position: relative;
transition: all 0.5s ease 0s;
}
Always you may ask for our customization services here:
http://www.astemplates.com/services
Regards, AS Team.
I already upgraded to the "AS Superfish Menu 4.0.1" module but it still doesn't work. I would appreciate your kind support. my site is:
ciga import .it
Thank you