test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #926850

    Hi
    This is the normal padding of the module classes that is applied on whole site with global classes . So i need to check it on your site to apply changes only for the module you published .
    Can u post the working site URL here . At present site is in offline mode

    brianv1 Friend
    #926925
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #926966

    Hi
    Go to /css/custom.css file and add below code

    
    @media (max-width: 1679px) {
      .t3-sl-1 .t3-module {
        padding: 20px 20px!important;
      }
    }

    if there is no custom.css file in /css folder then create it and add the code .

    brianv1 Friend
    #926976

    Thanks a lot Pankaj.
    Now I can make the px Width as I want It 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  brianv1 8 years, 6 months ago.

The topic ‘How to make module position wider’ is closed to new replies.