Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #958097

    Hi
    The position are custom and loaded in via the JA ACM module , you can check my suggestion here for the same matter .
    Also if you have quickstart package on localhost and you can check the settings of modules .

    wins Friend
    #958811

    Hi,

    It works now, thanks.

    I’ve just a trouble with joomla Search module (i’m not interested by Virtuemart search module). When i click on, the size of field entry changes. I added this in custom.css, but does not work:

    .head-search .form-control {
    width: 400px;
    }

    How i can get a permanent size ?

    Please see screenshots.

    Regards


    1. Capture-1
    2. Capture2
    Pankaj Sharma Moderator
    #958873

    Hi
    Kindly post your working site URL here .

    wins Friend
    #959003
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #959006

    Hi
    Add below code in custom.css file

    
    @media screen and (min-width: 768px) {
    .head-search .form-control:focus {
        width: 400px!important;
    } }

    save and check .

    wins Friend
    #959089

    Hi,

    Everything is fine now.

    Thank you.

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

This topic contains 6 replies, has 2 voices, and was last updated by  wins 8 years, 1 month ago.

The topic ‘Module positions issue’ is closed to new replies.