Blog layout / image sizes

Discussion in 'RoadFighter WordPress Theme' started by doug, Aug 21, 2013.

  1. doug

    doug New Member

    Joined:
    Mar 28, 2012
    Messages:
    10
    Likes Received:
    0
    I just migrated from Golden Eagle Pro to Road Fighter Pro WordPress theme. I liked the layout of the blog page for Golden Eagle Pro better. Is there a way of changing the blog page layout so the text wraps the images and the images are all scaled to the same size like Golden Eagle Pro does?
    GoldenEagle blog.jpg

    On the Road Fighter version below and currently at www.3fficient.com/experience/ , notice how the images are inconsistent sizes and text is below the images (not on the right and wrapping as I prefer).
    RoadFighter blog.jpg

    We/others will be uploading many more and prefer not to have to modify the images all the time. We like the consistency that Golden Eagle offered.

    I also like the ability to add text overlay over the images on the slider, which is why we migrated to Road Fighter Pro. Is there a way of adding that capability to Golden Eagle Pro? Or a way to replace the slider with one you might recommend? The secondary pages of Road Fighter have too much dead grey space at the top nav area. Golden Eagle handles looks better on the secondary pages.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For blog issue.
    Paste this code in custom css
    Appearance > Theme options > styling options > custom css

    Code:
    .content-bar .post .post_content img.postimg {
    float: left;
    margin-right: 20px;
    max-width: 48.4%;}
    For slider text:
    Adding slider caption in "Golden eagle" theme require lot of customization.
    You can add text on images through any image editor. And after that upload them to the slider.
     
  3. doug

    doug New Member

    Joined:
    Mar 28, 2012
    Messages:
    10
    Likes Received:
    0
    Thank you for the quick reply. That worked good. Is there a way of setting the width so the image stretches or shrinks automatically (instead of a percentage of the actual image size? If so, that would be ideal.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .content-bar .post .post_content img.postimg {
    width: 320px;
    }
    This will solve your issue.
     

Share This Page