How to center the navigation menu on my Wordpress site

时间:2017-08-30 20:06:02

标签: html css wordpress menu wordpress-theming

I'm trying to centre the menu on my Wordpress site with CSS:

http://thewholesomebakery.co.uk/

I'm aware that I have to remove <head> <script type="text/javascript" src="../JS Documents/bookCastingJS.js"></script> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> </head> <div class="uploadFile"> <h2>Upload your documents...</h2> <p>Please ensure that you upload your require documents. Failure to do will may delay your applications.</p> <label for="uploadBtn" class="uploadButtonLabel calltoActionButton" id="label_span">Select file(s) to upload</label> <input style="width: 25%;" type="file" id="uploadBtn" name="upload" multiple = "true" /> </div> <script src="bookCastingJS.js"></script>; but then solutions seem to vary from self.addEventListener('push', function(event) { if (!(self.Notification && self.Notification.permission === 'granted')) { return; } var data = event.data.json(); var options = { body: data.notificationText, icon: 'files/assets/staff.png', vibrate: [100, 50, 100], data: { dateOfArrival: Date.now(), onClickUrl: data.onClickUrl, event_id: data.event_id, productName: data.product_name } }; event.waitUntil( self.registration.getNotifications().then(function(notifications) { console.log(notifications); if (notifications && notifications.length > 0) { notifications.forEach(function(notification) { notification.close(); }); } showNotification(data.title, options); }) ); }); to var oscillator = audioCtx.createOscillator(); oscillator.type = 'square'; oscillator.frequency.value = frequency; // value in hertz oscillator.connect(audioCtx.destination); oscillator.start(); setTimeout(function(){oscillator.stop();}, duration); .

Can anyone help me out with this?

3 个答案:

答案 0 :(得分:0)

You can remove the float and add GRAVE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: getWriter() has already been called for this response at org.apache.catalina.connector.Response.getOutputStream(Response.java:628) . The page of the w3c about centering things is an absolute must-read for any web developper.

答案 1 :(得分:0)

Change your css to:

function getUniqueColumnValues(listid, viewid, column,  _callback){
var uniqueVals = [];
$.ajax({
    url: _spPageContextInfo.webAbsoluteUrl + "/_layouts/15/filter.aspx?ListId={" + listid + "}&FieldInternalName=" + column + "&ViewId={" + viewid + "}&FilterOnly=1&Filter=1",
    method: "GET",
    headers: { "Accept": "application/json; odata=verbose" }
    }).then(function(response) {
        $(response).find('OPTION').each(function(a,b){
            if ($(b)[0].value) {
                uniqueVals.push($(b)[0].value);
            }
        });
        _callback(true,uniqueVals);
},function(){
    _callback(false,"Error retrieving unique column values");
});

that should center the top navigation!

答案 2 :(得分:0)

使用此css:

&#13;
&#13;
#define IDX_GROUPA_CH1 (0u)
#define IDX_GROUPA_CH2 (2u)
#define IDX_GROUPA_CH3 (1u)
&#13;
&#13;
&#13;