Home>Support>Customize articles page and lock the scroll of the primary menu

Customize articles page and lock the scroll of the primary menu

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi all,
I’m using snapshot with the premium plugin in my personal website www.dicencio.it.
How can I do to customize the articles page?

I need two things:
1) View the article in full width mode
2) Open, with a link, the full image in my library with a click in the evidence image.

I want also customize the header forcing the primary menu to not scroll up with the page.

Is it possible?

Thanks in advance,
Francesco

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Francesco,

    As you’re using SiteOrigin Page Builder this is quite a simple process. Please open up your post, then select the wrench above the row you wish to make full width. Go over to the row styles sidebar, and open up the Layout group. Change the row layout to full Width Stretched. Consider adding padding.

    Regarding your second question, I’m not too sure what you’re referring to. I don’t speak Italian so I’m likely missing something extremely obvious. :(

    To force the primary menu to stick we can use some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    @media (min-width: 1000px){
    	
    	#top-area {
    		position: fixed;
    		width: 100%;
    		top: 0;
    		z-index: 300;
    		background: #000;
    	}
    
    	#page-title {
    		margin-top: 65px;
    	}
    }
    

    You’ll need to adjust the background to your liking. You might also need to install the SiteOrigin CSS Editor.

  2. 9 years, 3 months ago Francesco Di Cencio

    Thanks a loto Alex!
    Your work is really excellent!

    Now my custom css is:.entry-content {background-color: rgba(28, 28, 28, 0.7);}.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a {color: rgba(255, 255, 255, 0.5);}@media (min-width: 1000px){#top-area {position: fixed;width: 100%;top: 0;z-index: 300;background: #1c1c1c url(../images/dark/footer-bg.png) repeat;opacity: 1;} #page-title {margin-top: 65px;} #home-slider {top: 30px;}}

    Thanks a lot,
    Francesco

    Inviato da Posta per Windows 10

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More