Horizontal format, change separator width for first div

hampusberndtson / 2014-10-01 22:30:34   

I’ve made a very simple horizontal page, I got one minor problem though. The parameter ”separator” is set to a certain value, but I’d like to modify this value between the text and first image, because as it is now the first image might fall outside screen on a low-res monitor. I've read the forum without any precise enough answers.

  1. It’s this row where I want to edit ”width”-parameter:
  2. <div class="separator" style="float: left; width: 165px;"> </div>
  3. I found where the php writes it, and my stupid fix would be a:

if firstTime == true{ $separator-=100 and first=false }

But I don’t know how to write in the php-file to do so.

Anyone know if there is an easy fix? Thanks in advance (and any general input on site is welcome, if that’s allowed in forum)

Hampus
URl: hampusberndtson.com’>hampusberndtson.com

Vaska A / 2014-10-01 22:43:47   

Eesh, that's really not easy to do. You will need to customize the format itself to accommodate for that (it's rather complicated).

Vaska A / 2014-10-01 22:44:33   

Another idea, add white space to the end of the first image?

hampusberndtson / 2014-10-02 06:35:32   

I thought it wouldn't be so :) It's no major problem it's there I guess.

I am not sure how adding white space to the first image solves my problem, I want to "move" the images to the left. A definite fix would be adding white space to the right side of all images and put the separator to 0. Could do that if I really wanted to.

Not going to, have better things to do. Thanks for support and everything!
Hampus

Vaska A / 2014-10-02 12:11:33   

To "all images"? Did you try Admin > Formats > Horizontal [Options]?

There are settings there that could be of use...

This thread has been closed, thank you.