-
AuthorPosts
-
September 21, 2016 at 12:03 pm #969814
Hi again,
I want to change the acrticle category module so the blue colored category description (for example "Our Services") on the right side indest on the left side. Is this somehow possible?
See attached pictures.
regards, Gerd
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 22, 2016 at 2:53 am #970028Hi
Add below code in custom.css file.t3-home-1 .category-module .category-info { float: right; }
Path : /temmplates/ja_decor/css/custom.css file . if file is not there kindly create it .
September 22, 2016 at 5:52 am #970093Hi Pankaj,
thnaks for info.
this will change all of the acrticle category module right? I just want to change one of them…Is this also possible?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 22, 2016 at 6:10 am #970100Hi
I think not , if you found any module affected you can post the URL of page .September 22, 2016 at 6:32 am #970111This reply has been marked as private.September 22, 2016 at 6:55 am #970115Can someone give me a hint how to duplicate the Joomla Articles – Category core module?
I want to add this in another style…Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 22, 2016 at 7:14 am #970120Hi
use a module suffix to apply the CSS to one module .
Add right side suffix in the module options > http://prntscr.com/ckx5irAnd use this code in custom.css file
.rightside.category-module .category-info { float: right; }
It will look like this : http://prntscr.com/ckx5nw
How you can create an override of articles category module in the template /html folder .
Open template folder /html/mod_articles_category you can see some of the overrides already present that comes with the template .
You can add your override with a different name in the same folder .September 22, 2016 at 7:56 am #970134Thanks!!!
That works!
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)This topic contains 7 replies, has 2 voices, and was last updated by netzdesign24 8 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-