I purchased the AS002033 template and have a problem with the pre-defined width of the "as-position-3". Every assigned module exceeds the left alignment of all other items for that reason. Where can I reduce the width so all items are aligned on the left side?
I run Joomla! 3.6.5 and the problem appears with all browsers.
Thank you in advance!
AS Templates
POSTED: 2017-01-17
Hello BLECHSPATZ,
What is your website url and the page where we can see the problem please?
Regards, AS Team.
blechspatz
POSTED: 2017-01-18
Hell dear AS Team,
I could figure out where's the problem. In the "/css/tmpl.default.css", line 2039 are the margins for the moduletable-wrapper defined. I replaced the original values with this ones:
i will see if it will be ok for all modules I put there - I'm going to try it. Please give me a hint if it has a special reason that the margins are not clear defined in the original version or if there's a better way to align the positions. I want to avoid some unwanted side-effect...
Thank you very much,
Daniel
AS Templates
POSTED: 2017-01-18
Hello BLECHSPATZ,
What is your website url and the page where we can see the problem please?
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
I purchased the AS002033 template and have a problem with the pre-defined width of the "as-position-3". Every assigned module exceeds the left alignment of all other items for that reason. Where can I reduce the width so all items are aligned on the left side?
I run Joomla! 3.6.5 and the problem appears with all browsers.
Thank you in advance!
What is your website url and the page where we can see the problem please?
Regards, AS Team.
I could figure out where's the problem. In the "/css/tmpl.default.css", line 2039 are the margins for the moduletable-wrapper defined. I replaced the original values with this ones:
#menu-row .moduletable-wrapper
{
background-color: #0b0b0b;
border: 1px solid #303030;
margin-top: 30px ;
margin-left: 20px;
}
In original:
margin: 30px 0px;
i will see if it will be ok for all modules I put there - I'm going to try it. Please give me a hint if it has a special reason that the margins are not clear defined in the original version or if there's a better way to align the positions. I want to avoid some unwanted side-effect...
Thank you very much,
Daniel
What is your website url and the page where we can see the problem please?
Regards, AS Team.