-
AuthorPosts
-
Alp Friend
Alp
- Join date:
- November 2015
- Posts:
- 145
- Downloads:
- 396
- Uploads:
- 12
- Thanks:
- 10
- Thanked:
- 2 times in 2 posts
March 21, 2016 at 7:34 pm #902996Hello everyone,
when I don’t have any modules on let’s say aside 2 position, modules displayed at aside 1 position take all the place for aside 1 and 2.
But I want them to stay as slim as they were when both aside position were occupied, so that there is more space for content.
Can anyone help me please?
Best regards,
Alp
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 22, 2016 at 6:44 am #903188Hi,
In this case, you need to change it from CSS style
Open templates/ja_wall/css/layout-wide-extra.css file
Find and change
/* Content ---*/ body.has-aside #content { width: 50%; } /* Aside ---*/ #aside { width: 50%; }
to
/* Content ---*/ body.has-aside #content { width: 80%; } /* Aside ---*/ #aside { width: 20%; }
Regards
Alp FriendAlp
- Join date:
- November 2015
- Posts:
- 145
- Downloads:
- 396
- Uploads:
- 12
- Thanks:
- 10
- Thanked:
- 2 times in 2 posts
March 22, 2016 at 12:17 pm #903326I did as you said, but unfortunately no changes
Alp FriendAlp
- Join date:
- November 2015
- Posts:
- 145
- Downloads:
- 396
- Uploads:
- 12
- Thanks:
- 10
- Thanked:
- 2 times in 2 posts
March 22, 2016 at 12:19 pm #903327This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 23, 2016 at 3:20 am #903599I fixed your request directly on your site with the solution below
Open templates/ja_wall/css/layout-wide-extra.css file
find and change
/* Content ---*/ body.has-aside #content { width: 95%; } /* Aside ---*/ #aside { width: 5%; }
to
/* Content ---*/ body.has-aside #content { width: 85%; } /* Aside ---*/ #aside { width: 15%; } /* Joomlart custom work ----*/ #aside .aside-col-1, #aside .aside-col-2, #aside .aside-col-3 { width: 100% !important; }
Now, you can see it’s working well on your site, see the screenshot
Alp FriendAlp
- Join date:
- November 2015
- Posts:
- 145
- Downloads:
- 396
- Uploads:
- 12
- Thanks:
- 10
- Thanked:
- 2 times in 2 posts
March 23, 2016 at 8:36 am #903715Hi Ninja Lead,
tnx a lot for your help, but unfortunately I don’t see any impact on my site.
I see your screenshot,
I see the changes in the css file,
I see that I obviously have only one aside position to choose at my admin desk,
but no changes on my frontpage (please have a look to my attached screenshot.May be I was not clear.
Currently at JA Wall, when there is no module located on aside 2 or 3 modules on aside 1 takes the room of aside 2 or 3.I want that the room of the missing aside position disappears on the sıte ın favour of the content, so that the contend can expand to right.
for tablets and desktop screens (guess there is no need for this for mobile)
Is this possible?
Best regards,
Alp
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 24, 2016 at 1:27 am #904111You can try to clear the cache of your browser and check it again, I double checked with other browsers and see it’s working as fine.
- AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)
This topic contains 6 replies, has 2 voices, and was last updated by Ninja Lead 8 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
How to disable Aside 2 position
Viewing 7 posts - 1 through 7 (of 7 total)