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? 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). 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.
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.
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.
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.