Responsive

Hey guys. Im realy impressed of ur Support.

But i need to complete my Project the help of your Support.

My Site is not responsive at all.

www.konnex.gmbh1

My Main Site the space between Menu and First heading ist far to big.
the KONNEX Heading and
the 2 colum boxes under the Start heading.
The Buttons under the Featured Box.
I dont know where to start i thought its responsive from alone.

im starting to work the h-responsive class but i dont understand the funciton with compress etc. i just want to change the size when it goes responsive but my settting it changes on desktop too…

Someone off the Staff asked me to give the Login for my website, im a bit scared to do that. My Old topic was closed.
I still have the Problem on every Site of my Mobile site. Please i need some help to finish the Project.

Hi There,

The website URL you have mentioned above is not a valid web URL.
Its not opening for us. Please check and resend it.

Thanks

konnex.gmbh

sorry

i got now some options with h-responsive.

i dont get on startting page the two boxes responsive that looks bad.

And on all other Pages exclude the Starting page there is a big grey gap on mobile… can u help me?

and maybe u see on Desktop version the orange background picture , on desktop it is perfect on mobile it seems as their is more padding and i can see the grey clouds. u know what i mean?

Hello There,

I was able to check your site and I saw this:

This is happening because of the padding you added in the row settings. Padding is not necessary if you want the purpose of your padding is to limit the width of the row. You can simply set a maximum width instead. Remove the paddings and insert an inline css max-width: 800px in the “customize”. This limits the width of your row up to 800 pixels only and on smaller devices screens, it will occupy the whole screen. Unlike your current setting using the padding where in the paddings will always appear on all devices.

For your feature boxes, please use .x-feature-box-title and .x-feature-box-text as the selector in the responsive text manager.

Hope this helps.

Wow finaly the best Solution. Very Good. Thank u.

My last Problem is the Classic Feature Box. I need to but a link behind this - but i dont know how to do it in this element so i put a button below. But the Problem here now it doesent look good on Responsive

u got a Solution?

Hi,

Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your email. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

We have 4 Classic Boxes on the Main Page

Beratung Coaching Software Webdesign

as u can see.

And i want to click on the Items as example on " Beratung " and get to the Site of my Project " Beratung" just a normal link.
Right now under the box u can find a button called “hier” . this button does the action i want to have when i click on the feature box.

the other oppertunity is that i put everything center on Mobile. i get the classic feature box centered on mobile but i dont know how to center the button.

Hi,

  1. You can actually add a link to your feature box title.

eg. Add this as title

<a href="http://konnex.gmbh/beratung">Beratung </a>

  1. To make button centered in mobile, add this in Cornerstone > CSS
@media(max-width:767px) {
.el21.x-section .x-feature-box,
.el21.x-section .x-column {
    text-align:center !important;
}
}

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.