brendanker75
Forum Replies Created
-
Hey ildomandatore, because you moved the nav buttons out of the container (nav previous and nav next -37px)you need to change the width to be able to show the buttons.
@max-width 767
.elementor-column {
width: 85%;
margin: auto;
}
I am coming back after many years absent and they didn’t have flex containers then so haven’t worked with them but your image does not seem to be able to be manipulated by the flex commands, which is why I used a margin command. I would of thought that flex commands would do this better, perhaps there is something wrong in the html, flex inside of a flex etc, I don’t know haven’t used them yet.
but you can manipulate the nav buttons by margin command to put them anywhere.
but the problem is that the width is too wide at the smaller resolutions.Forum: Fixing WordPress
In reply to: Problem with white textIf css you put in isnt overriding the original, make sure you put !important at the end of your css. eg
.home div.wpcf7 p {
color: #000 !important;
}Forum: Fixing WordPress
In reply to: Menu for my site that opens a galleryFound some advice on another post. I don’t know why my posts keep getting moved to fixing WordPress as I am not trying to fix WordPress. Perhaps this forum needs a general questions area.
Forum: Fixing WordPress
In reply to: photo albumsbcworkz thank you for taking the time and effort to respond to me. It is really appreciated.
Forum: Fixing WordPress
In reply to: photo albumsThankyou so much for your reply, I was beginning to give up on finding help.
I will try your suggestions but have tried so many gallery plugins I just don’t understand why they don’t use them this way. I found one that works how I wanted but it does not seem as though it is any longer supported. So to stop wasting time I thought that I could have a menu that shows the gallery say in a div and then when you press another menu button another gallery would show up in that same div. But of course I don’t know what that is called either, dynamic content, ajax, no idea and am having just as hard a time to find any plugins that do it. So with out knowing what it is called I cant find out how to do it, I have searched youtube google forums nothing. I have seen it in many places so I don’t see why it is so hard to find out what this technique is called. Any help again would be very much appreciated.
Also is there other places I should try for these questions?
Thank youI found that if I have <Lock and Protect System Folders> checked in site security then it goes to a 403 forbidden page. To get around I uncheck this, do my changes, and then relock the system folders.