Font Position & Size Changes

Support Area Forums Elite Font Position & Size Changes

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #32639
    Rama Devi
    Participant

    Hi Bill,

    1) Look at the Snapshot below (Desktop Version). I want to Increase the Gap between the Product Image, Product Name & Pricing. You gave me the below code earlier. Should I make any changes to this?

    @media only screen and (min-width: 768px) {

    ul.products li.product {
    position: relative;
    text-align: center;
    padding-top: 50px !important;
    }

    ul.products li.product h3 {
    font-size: 35px !important;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 5px !important;
    }

    }

    @media only screen and (max-width: 767px) {

    ul.products li.product {
    position: relative;
    text-align: center;
    padding-top: 50px !important;
    }

    ul.products li.product h3 {
    font-size: 25px !important;
    position: absolute;
    top: 0;
    width: 100%;
    padding-left: 0;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 60px;
    }

    }

    2) The product catalog is showing the Pricing range. Instead I just want to display one price ( Either the lower or the Higher). How should I do this? Also let me know the way to set the Pricing as ” Starting From xxx $ ”

    3) Please look at the second snapshot below (mobile version). The font Size of the Pricing is tooo Big. How should I reduce this?

    #32642
    Bill Robbins
    Moderator

    Please make separate topics for each question.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Font Position & Size Changes’ is closed to new replies.