Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34510
    jim tobin
    Member

    I am interested in having the featured image be only 2/3 of the full width justified right and have ing the remaining 1/3 a text box justified left.
    Can this be done? will the slider still perform? Please advise.
    Thank you for the support, this is a nice theme.
    url thespotlightagent.com

    #34564
    Sakin
    Keymaster

    Hello Jim,

    Sorry, your question is not so clear. Do you mean to change the slider layout or the content layout. I am bit confused.

    For Slider, you can you Image Slider and upload the image as per your need and then change the text layout with CSS.

    Regards,
    Sakin

    #34642
    jim tobin
    Member

    Sakin, sorry for not being clear. Curently the theme allow for full width (1000px) images in the featured slider. I would like to take that full width and divide it into twosections. (667px) to the right side would house images that slide. The remaining 333px on the left would be a static text box, I hope I have been more clear. Thanks, Jim

    #34656
    Sakin
    Keymaster

    Hello Jim,

    This is bit difficult as it’s responsive design. So, let’s change that only for large screen. Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Screen size minimum 769px */
    @media screen and (min-width: 769px) {
        #main-slider .featured-img {
            float: right;
            width: 68%;
        }
    }

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘resize image area’ is closed to new replies.