Category listing - unwanted breaks

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
Mon Jun 06, 2016 8:29 pm
Reply with quote
Report this post
Hi! I am 99% sure it will be very easy to solve but unfortunately it is not for me ;)

I am using native joomla articles on a site and in a column blog view I have unwanted breaks between leading / other articles as you can see on provided screen.
Also in bottom 3 there is unwanted by me break.

how can i solve that?
allispossible.meddark.com
User avatar
Expert Boarder

GK User
Tue Jun 07, 2016 11:09 pm
Reply with quote
Report this post
ANY ONE? WHICH FILE I NEED TO EDIT?
User avatar
Expert Boarder

teitbite
Sat Jun 11, 2016 10:54 am
Reply with quote
Report this post
Hi

Please tell me the url to the exact page I will be able to see it.
User avatar
Moderator

GK User
Sat Jun 11, 2016 12:39 pm
Reply with quote
Report this post
teitbite wrote:Hi

Please tell me the url to the exact page I will be able to see it.


http://allispossible.meddark.com

I already install K2 and I am not having unwanted breaks but I I wish in a category view to have title on left, read more on right and article block justify - at this moment and time everything is center.

By the way how can I change title font size?
User avatar
Expert Boarder

teitbite
Sun Jun 12, 2016 1:20 pm
Reply with quote
Report this post
Hi

To change header font size in category layout use this code in css:

Code: Select all
#k2Container.itemListView header h2 {
font-size: 18px;
}


For other request use this code:

Code: Select all
#k2Container.itemListView header h2 {
text-align: left;
}

#k2Container.itemListView .itemBody {
text-align: justify;
}

#k2Container.itemListView a.button {
    float: right;
}
User avatar
Moderator

GK User
Sun Jun 12, 2016 3:16 pm
Reply with quote
Report this post
Hi! All works perfect :) THANK YOU :)

I would like also to:
- in category view: move date & comments to left (currently it looks weird)
- in category view: make a gap between picture and introtext smaller, and similar with gap between intro text and read more button,

and do exactly the same for K2 item/article view (title smaller moved to left and additional date etc. to left as well)

Also I would like to move SUBMIT COMMENT button 20px down - I am using Google Captcha and button is hidden by it.
User avatar
Expert Boarder

GK User
Tue Jun 14, 2016 5:04 pm
Reply with quote
Report this post
Solution found and implemented except:

How to move SUBMIT COMMENT button in K2 article view around 20 px down - I am using Google Captcha and button is hidden by it.
User avatar
Expert Boarder

GK User
Tue Jun 14, 2016 6:06 pm
Reply with quote
Report this post
ALL SOLVED :)

captcha moved by adding onto override: .itemCommentsForm #submitCommentButton {margin: 50px 0 0;}

maybe it will be helpfull for someone else
User avatar
Expert Boarder

teitbite
Sat Jun 18, 2016 10:01 am
Reply with quote
Report this post
Hi

I'm sure it will. Thank You for shearing it with us. Closing this thread than.
User avatar
Moderator


cron