-
AuthorPosts
-
July 27, 2016 at 4:43 pm #665805
Greetings from Vienna!
I am currently working on the following site:
1.
and I found out, that whenever I open up a 1/1 column and add padding left and right for the content padding , it is no more responsive on the smartphone but it cranks the content accordingly. So it should. But how can I manage to have padding left and right and the position of the column borders to place the shrinked conatiner in the middle? I tried to use a 3/4 column and adopt the padding to a middle position, but the placement is not correct? Please advice!2.
I want to have in the footer only an image with link, see: http://www.e-marke-test.at/. It should look exactly like this. I have inserted it in the body, which is not right, as it goes with the flow, and it should be fixed in the footer, with the guy sticking out. Is there an easy way or is it changing php and new CSS, which I doubt would be possible for me. Shall I contact your proposed customization professional?best regards
Gerhard
July 27, 2016 at 6:01 pm #665850Hey samurai_666,
please open different tickets for different issues/questions.
1.) I checked your website on mobile and it looks fine to me. Can you highlight screenshots to show us where it is you see any problems? use imgur.com or dropbox.
Best regards,
AndyJuly 28, 2016 at 1:16 pm #666187Dear Andy!
My fault, opening ist ok, but what looks no good is:
There I wanted to place a smaller container in the middle and this simply does not work….
The problem is that I want to have full width sliders and main content fullwidth (that works perfect) and the subcontent in smaller boxes centered (that does not work).
Thank you very much and best regards
Gerhard
July 28, 2016 at 1:25 pm #666193Hi,
still not sure what you’re talking about. Please provide us mockups/screenshots to make things clear for us. Use imgur.com or dropbox.
Best regards,
AndyAugust 5, 2016 at 8:21 am #668880Sorry Andy for beeing late
My request was to have for example a 3/4 column placed in the middle. That will not work as it automatically floats left.
It is no prob with a 3/5 column in the middle as I place left and right a 1/5 column with no content…
best regards
Gerhard
August 11, 2016 at 2:13 am #671104Hi,
Insert a color section, apply a unique Section ID to it then place the 3/4 column inside. We can use css to center align the column.
Best regards,
IsmaelAugust 11, 2016 at 11:54 am #671252Hi Ismael!
I do have a problem with the grid rows and the colour section layout modules on my devellopper site:
see private content.
Although all borders are set “none” these two layout elements show a border bottom full width?
How can I avoid this, please advice
Thank you in advance and best regards
Gerhard
August 11, 2016 at 2:27 pm #671334Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-section { border: none; }
Best regards,
YigitAugust 12, 2016 at 7:49 am #671743Thank you very much, Yigit!
best regards
Gerhard
P. S. I have opened up a few other old posts with new issues. Is there a way to start a new blog on my own?
August 12, 2016 at 10:59 am #671787Sorry to say, Yigit, it did not work:
See the thin line under the “3 Garantien” below the embedded iframes?
I have added a CSS class for the grid row, but this should not have impact on the borders:
#kleiner {
max-width: auto;
text-align: center;
padding-left: 150px;
padding-right: 150px;
}best regards
Gerhard
August 12, 2016 at 7:13 pm #672019Hi,
use this code:
hr { border: none; }
Best regards,
AndyAugust 24, 2016 at 8:02 am #676841Hi Andy!
Sorry to be late, but I had to do graphics works.
I inserted the css, but still there is a bottom bottom line, although the grid row settings are definitely “without borders”, please see:there are the 5 buttons in a grid row and the bottom line?!
best regards
Gerhard
August 24, 2016 at 4:52 pm #677115Hi,
add this as well:
#after_submenu { border: none; }
Best regards,
AndyAugust 26, 2016 at 8:44 am #678008Thank you Andy!
Great worked out well!
best regards
Gerhard
August 26, 2016 at 11:48 am #678063Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- The topic ‘column position problem in the middle and footer customization’ is closed to new replies.