Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Good evening:
I have having a difficult time in sizing my images correctly for the header. It seems to cut the head off in the header but it is fine as an image thumbnail.
Is their a correct thumbnail sizing that will support the header slider as well. Can the slider be separate from the thumbnails so I can control the slider individually?
Hi Alvin
As the slider stretches it does unfortunately zoom. This means some images do work better than others. You could perhaps try running a fixed width slider, inserting the following under Appearance > Custom CSS would take care of that:
/* Focus Slider */ .slider { width: 1080px; margin: 0 auto; } .slider, .slider .slide { height: 404px; }And this would take care of the Latest Posts color:
/* Focus Archive Title */ h2.archive-title { color: #fff; }Andrew:
Thanks for replay. SO I just copy & paste the coding per the above instructions correct?
If you’re running Focus Premium you can insert the snippets under Appearance >Custom CSS. If you’d like to stick with Focus Free the snippets can be inserted into a plugin like Simple Custom CSS. Hope that helps. Just cut and paste and save.