Gk Publisher

Amazing blog Joomla template for personal website with extensive features, additional typography and nice showcase of featured posts.
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
Tue Apr 19, 2016 3:01 pm
Reply with quote
Report this post
Hi, How can I add new position in template, i need to put a float banner outside template (sorry by mi english).
In the image put a yellow banner with Logo word.

Best regards
User avatar
Fresh Boarder

GK User
Sat Apr 23, 2016 11:37 am
Reply with quote
Report this post
Hello,

In general it is a custom work. I can only suggest that you should put some HTML container at the end of the template (before closing <body> tag) in the layouts/default.php file and then put the content to this container. Next - please add CSS code like:

Code: Select all
#YOURCONTAINERID {
   height: 100px;
   left: 5%;
   position: fixed;
   top: 5%;
   width: 200px;
   z-index: 10000;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.