Issue in responsive blog article

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Feb 15, 2013 1:41 pm
Hello !

Sorry to bother you again, but do you know why the text / video / image galery are not properly displayed in responsive ?

http://agency.salsamundo.com/index.php? ... temid=628#

http://awesomescreenshot.com/0f1xlr546

Hope you can help me with this too :'(

Best regards !

Florian
User avatar
Gold Boarder

Konrad M
Sat Feb 16, 2013 7:49 pm
Hi,
you have this rule in override.css
Code: Select all
.itemBody {
margin-left: -150px;
}

this cause your issue.
User avatar

GK User
Sun Feb 17, 2013 4:51 pm
Hello

Yes it was linked to this previous post https://www.gavick.com/forums/template- ... 22499.html

Any idea of how to fix it ?
User avatar
Gold Boarder

Konrad M
Mon Feb 18, 2013 11:54 am
Please try add this to override.css
Code: Select all
article aside {
position: relative;
float: left;
margin-right: 10px;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Feb 18, 2013 4:08 pm
Hello

Tks for your reply.

It's not exactly what i mean.

I would need to do like this http://awesomescreenshot.com/053xyz287

The way you propose is nice but there is no space enough to keep a side bar module on the right as I need.

How should I do ?

Best regards.
User avatar
Gold Boarder

Konrad M
Tue Feb 19, 2013 9:20 am
Please try this code:
Code: Select all
article#k2Container aside {
top: 10px;
}
article#k2Container header h1 {
padding-left: 160px;
}
User avatar

GK User
Tue Feb 19, 2013 4:11 pm
Tks you !

It's perfect for the date, but there is still a margin I would like to reduce http://awesomescreenshot.com/05fy5et2e

Would you mind to give me a last hand ? :)
User avatar
Gold Boarder

Konrad M
Wed Feb 20, 2013 3:22 pm
Please give me lin to the page with issue becasue if I click to one from previous post I don't see this issue.
User avatar

GK User
Thu Feb 21, 2013 5:24 am
Hello

Sorry I forgot: http://agency.salsamundo.com/index.php? ... Itemid=628 it's any page based on k2 component.

Best regards
User avatar
Gold Boarder

Konrad M
Thu Feb 21, 2013 1:31 pm
Solution from this erlier post shuld fix this issue https://www.gavick.com/forums/template- ... 22499.html
User avatar

GK User
Fri Feb 22, 2013 8:57 am
Hello

It fixed the pb for the joomla articles. This one is k2 :'(
User avatar
Gold Boarder

Konrad M
Fri Feb 22, 2013 11:23 am
Please try add to override.css
Code: Select all
aside + .k2box {
margin-left: 168px;
}

and decrease this value to fit your needs.
User avatar

GK User
Fri Feb 22, 2013 11:27 am
Yes ! It works ! Tks a lot !

By the way do you know if boutique template is responsive ?
User avatar
Gold Boarder

Konrad M
Fri Feb 22, 2013 11:28 am
No boutique isn't responsive one.
User avatar

GK User
Mon Feb 25, 2013 6:26 pm
Hello !

I think you can close this one :p
User avatar
Gold Boarder


cron