Archived
This topic is now archived and is closed to further replies.

Simple Navi Logo Size
By
kwp4petar, in DMS & Legacy Products
Recommended Posts
-
Similar Content
-
By Adrian D Zussino
Hello, I want to use a RavSlider but a don´t want that it size full width. Is there a way or other component to do that.
PD: Please be patient, my English is not good. Thanks
-
By gstrahle+
Hi,
I am hoping to figure out how I can get my PageLines Full Nav to display layered in front of a sticky footer element on my website - 3keymedia.com
I would like the Full Nav to overlay the entire screen when opening the menu as you will see when opening on a desktop the footer of nav content is cropped by the sticky footer.
Thanks
-
By Christian+
Hi everyone, since Instagram had allowed to publish in different ratio formats (instead of only square ratio) the grams stripe has different heights. Can you tell me if i can fix it easily with some CSS?
-
By Kedark+
Hello,
I apologize for the trivial question, but I can not deal with it. How do I turn off the display of a distinctive image on the page? (I have to add it because I use plugins that use it), but as I display the page, I do not want it to be visible (and appears above the subject.).
Probably a cliché but I can not deal with it. Therefore, a request for help.
Regards
RKA
-
By Michael Kummer+
Hi guys!
I have noticed that my primary sidebar becomes intermittently invisible when browsing through various blog articles on michaelkummer.com/blog.
See:
https://www.dropbox.com/s/z646sgoa3mfjl1j/Screenshot 2018-07-12 15.57.46.jpg?dl=0 and https://www.dropbox.com/s/vdledzzgginvwgv/Screenshot 2018-07-12 15.57.57.jpg?dl=0
Upon refresh, the sidebar appears. I have been using the following CSS code to hide the sidebar on mobile without any issues.
@media only screen and (max-width: 993px) {
/* hide sidebars */
.plsb {
display: none !important;
}
}
I tried to add the following CSS to force the sidebar to show on screens that are wider than 994 pixels but to no avail. Any clue what could be causing this issue?
-