Category Blog View Header Issue

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
Fri Nov 28, 2014 11:30 pm
Reply with quote
Report this post
Hello,

In Joomla Category Blog View, Menu Page Title block is %50 of the header. How can i make it %100.

You can see here

Untitled-2.jpg


I want to be like that

how-i-want-to-be.jpg


Thanks
User avatar
Senior Boarder

GK User
Mon Dec 01, 2014 8:22 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Dec 03, 2014 1:22 pm
Reply with quote
Report this post
I've just sent it via private msg
User avatar
Senior Boarder

GK User
Wed Dec 03, 2014 5:00 pm
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkMainbody section > header {
display: table-cell;
width: 100%;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Dec 03, 2014 6:08 pm
Reply with quote
Report this post
Cyberek wrote:Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkMainbody section > header {
display: table-cell;
width: 100%;
}

Remember to enable "CSS override" in template settings - advanced section.


Not Worked

This is the screenshot of the overrided view

Untitled-4.jpg
User avatar
Senior Boarder

GK User
Mon Dec 08, 2014 8:37 am
Reply with quote
Report this post
Could you please disable css compression?
User avatar
Moderator

GK User
Mon Dec 08, 2014 4:21 pm
Reply with quote
Report this post
Hi,

I disabled CSS Compression and CSS cache, didn't work, result is the same.
User avatar
Senior Boarder

GK User
Tue Dec 09, 2014 5:05 pm
Reply with quote
Report this post
Your styles are still injected into html. Please disable this feature so they are loaded as external css files.
User avatar
Moderator


cron