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

    Hi
    You can use inspect element to check the style code and override it via custom.css file .
    For example :
    http://prntscr.com/d67y8p
    code used :

    @media (min-width: 1280px) {
    .ja-ss-desc {
        display: block;
        left: 90px;
        padding: 50px;
        width: 470px;
    } }

    This way you can modify the style as per needs .

    Danar Friend
    #985687

    I add this code in custom.css

    @media (min-width: 1280px) {
    .ja-ss-desc {
        display: block;
        left: 10px;
        bottom : 10px
        padding: 50px;
        width: 470px;
    } }

    but the slider box position did not changed

    Pankaj Sharma Moderator
    #985688

    Hi
    Kindly add !important with each code .
    For example :
    left: 10px!important;

    Danar Friend
    #985798

    Solved
    Thanks for friendly support

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

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

The topic ‘How to change the size and position of the description box’ is closed to new replies.