Logo in the middle

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Apr 06, 2014 1:07 pm
Reply with quote
Report this post
http://www.ereditrevisan.it

Hello, why the logo (with header III) is not in the middle?
User avatar
Senior Boarder

GK User
Sun Apr 06, 2014 7:09 pm
Reply with quote
Report this post
Your site is password protected.
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Wed Apr 09, 2014 4:23 am
Reply with quote
Report this post
Same here, site is not password protected:

http://dev1.schaferstudios.com
User avatar
Fresh Boarder

GK User
Thu Apr 10, 2014 7:15 am
Reply with quote
Report this post
What do you mean by logo in the middle. In or demo logo is on the left side.
User avatar
Moderator

GK User
Thu Apr 10, 2014 8:47 am
Reply with quote
Report this post
Cyberek wrote:What do you mean by logo in the middle. In or demo logo is on the left side.

In "Header Style III" is in the middle!
User avatar
Senior Boarder

GK User
Thu Apr 10, 2014 11:14 am
Reply with quote
Report this post
So you need to change header style to 3 ;).
Go to template settings, features section, scroll down to page suffixes and modify page suffix for id 640 to:
Code: Select all
frontpage frontpage-header3
User avatar
Moderator

GK User
Mon Apr 14, 2014 6:34 pm
Reply with quote
Report this post
hello, I have the same problem, when I replaced the image background, the scroll down botton move to the left.
How can I fix this, please....
User avatar
Fresh Boarder

GK User
Mon Apr 14, 2014 6:37 pm
Reply with quote
Report this post
sallyrocha wrote:hello, I have the same problem, when I replaced the image background, the scroll down botton move to the left.
How can I fix this, please....
User avatar
Fresh Boarder

GK User
Tue Apr 15, 2014 4:52 pm
Reply with quote
Report this post
@sallyrocha have you checked the solution provided in my post?
User avatar
Moderator

GK User
Wed Apr 30, 2014 12:22 am
Reply with quote
Report this post
sallyrocha wrote:hello, I have the same problem, when I replaced the image background, the scroll down botton move to the left.
How can I fix this, please....


sallyrocha, I'd think your problem is quite different - I've been fighting it and had to reinstall site on localhost quite a few times before found out what happens - ANY wysiwyg editor will add <p></p> to line
Code: Select all
<a href="#my-works" class="gkScrollDown gkAnimate reverse">Scroll Down</a>
<img src="images/demo/header/header1.jpg" alt="John S." class="gkHeaderBg" />
, so it will look like this:
Code: Select all
<p><a href="#my-works" class="gkScrollDown gkAnimate reverse">Scroll Down</a><img src="images/demo/header/header1.jpg" alt="John S." class="gkHeaderBg" /></p>
and that will displace the ScrollDown arrow and remove a glow efffect from background. So, simply switch to CodeMirror editor or no editor whatsoever and remove that <p></p> pair and voila! At least it did work for me.
User avatar
Platinum Boarder

GK User
Fri May 02, 2014 6:47 pm
Reply with quote
Report this post
@sallyrocha - that might be exactly it - when editing modules you should disable tinyMCE editor in global configuration (change editor to "editor - none").
User avatar
Moderator


cron