Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • netzdesign24 Friend
    #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


    1. original
    2. new
    Pankaj Sharma Moderator
    #970028

    Hi
    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 .

    netzdesign24 Friend
    #970093

    Hi 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 Moderator
    #970100

    Hi
    I think not , if you found any module affected you can post the URL of page .

    netzdesign24 Friend
    #970111
    This reply has been marked as private.
    netzdesign24 Friend
    #970115

    Can someone give me a hint how to duplicate the Joomla Articles – Category core module?
    I want to add this in another style…

    Pankaj Sharma Moderator
    #970120

    Hi
    use a module suffix to apply the CSS to one module .
    Add right side suffix in the module options > http://prntscr.com/ckx5ir

    And 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 .

    netzdesign24 Friend
    #970134

    Thanks!!!

    That works!

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  netzdesign24 7 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum